Stamped-grid cloth pattern
The signature Adinkra cloth background — a 6-column tile-grid of pictogram-symbol watermarks on russet ground, separated by hairline crossing-lines. Used on hero panels and large cards.
.adinkra-cloth {
background-color: #A04F2A;
background-image:
linear-gradient(to right, rgba(26, 26, 26, 0.18) 1px, transparent 1px),
linear-gradient(to bottom, rgba(26, 26, 26, 0.18) 1px, transparent 1px),
radial-gradient(circle at center, rgba(26, 26, 26, 0.14) 6px, transparent 7px);
background-size: 96px 96px, 96px 96px, 96px 96px;
background-position: 0 0, 0 0, 48px 48px;
color: #FFFBEE;
}
Cloth-edge stripe-border
The saturated edge-accent of an Adinkra cloth — indigo, gold, emerald stripes at the cloth-edge. Used to frame sections and chiefly content.
.cloth-edge {
position: relative;
padding: 32px;
background: #FFFBEE;
border-top: 6px solid #1F4A8E;
border-bottom: 6px solid #1F6B5C;
box-shadow:
inset 0 12px 0 #D4A03A,
inset 0 -12px 0 #D4A03A,
0 2px 8px rgba(160, 79, 42, 0.18);
}
Lampblack stamp-cartouche
A bordered cartouche framing an Adinkra symbol or Akan-language word — mimics the carved-calabash stamp impression on cloth. Used for symbol-tags, pull-quotes, and chiefly section headers.
.stamp-cartouche {
display: inline-flex;
align-items: center;
gap: 10px;
padding: 10px 18px;
background: #FFFBEE;
color: #1A1A1A;
border: 2px solid #1A1A1A;
border-radius: 6px;
font-family: 'Cormorant Garamond', Georgia, serif;
font-style: italic;
letter-spacing: 0.05em;
box-shadow: 3px 3px 0 #A04F2A;
}
.stamp-cartouche::before {
content: '◉';
font-size: 16px;
color: #A04F2A;
}