Africa Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Africa palette

Share this palette to:

Africa color palette PNG image

Download africa color palette PNG image (landscape)
Download africa color palette PNG image (square)

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);
}

Africa color palette created on .