Color System
Five African Minerals โ all achieving WCAG AAA (7:1+) in both light and dark modes.
Minerals Palette
cobalt
Light Mode
Dark Mode
Usage: Primary CTAs, links, education
Origin: Katanga (DRC), Zambian Copperbelt
Container Colors
tanzanite
Light Mode
Dark Mode
Usage: Social features, premium tiers
Origin: Merelani Hills, Tanzania
Container Colors
malachite
Light Mode
Dark Mode
Usage: Success states, travel, positive actions
Origin: Congo Copper Belt
Container Colors
gold
Light Mode
Dark Mode
Usage: Achievements, honey/rewards, accents
Origin: Ghana (Ashanti), South Africa, Mali
Container Colors
terracotta
Light Mode
Dark Mode
Usage: Community features, Ubuntu elements
Origin: Pan-African Earth (Sahel, Great Zimbabwe)
Container Colors
Backgrounds
Light Mode
Dark Mode
Semantic Colors
success
error
warning
info
Minerals Strip
The signature visual element - a 4px vertical stripe on the left edge using the Five African Minerals.
Example card with minerals strip on left edge.
Strip colors (top to bottom):
cobalt
#0047AB
tanzanite
#4B0082
malachite
#004D40
gold
#5D4037
terracotta
#8B4513
CSS Variables
/* Use via CSS custom properties */
:root {
/* Minerals */
--cobalt: #0047AB;
--tanzanite: #4B0082;
--malachite: #004D40;
--gold: #5D4037;
--terracotta: #8B4513;
/* Backgrounds */
--bg-base: #FAF9F5;
--bg-surface: #FFFFFF;
/* Text */
--text-primary: #141413;
--text-secondary: #4A4A46;
}