Africa Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Africa palette
Color Inspiration
Images that showcase this color palette in real designs
Download Africa Color Palette (PNG)
Africa color palette CSS
/* CSS */
.color-1 {
color: #daa64e;
}
.color-2 {
color: #e2c14b;
}
.color-3 {
color: #b24f2e;
}
.color-4 {
color: #7f3d29;
}
.color-5 {
color: #4a4e3b;
}
/* CSS Variables */
:root {
--color-1: #daa64e;
--color-2: #e2c14b;
--color-3: #b24f2e;
--color-4: #7f3d29;
--color-5: #4a4e3b;
}
Africa background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #daa64e, #e2c14b, #b24f2e, #7f3d29, #4a4e3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #daa64e, #e2c14b, #b24f2e, #7f3d29, #4a4e3b);
}
Similar color palettes
Africa color palette created on .