Revolutionary Earthtones Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Revolutionary Earthtones palette

Share this palette to:

Download Revolutionary Earthtones Color Palette (PNG)

Download revolutionary earthtones color palette PNG image (landscape)
Download revolutionary earthtones color palette PNG image (square)

Revolutionary Earthtones color palette CSS

/* CSS */
.color-1 {
color: #e69833;
}
.color-2 {
color: #a55231;
}
.color-3 {
color: #61675f;
}
.color-4 {
color: #4f4044;
}
.color-5 {
color: #e57157;
}

/* CSS Variables */
:root {
--color-1: #e69833;
--color-2: #a55231;
--color-3: #61675f;
--color-4: #4f4044;
--color-5: #e57157;
}

Revolutionary Earthtones background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e69833, #a55231, #61675f, #4f4044, #e57157);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e69833, #a55231, #61675f, #4f4044, #e57157);
}

Revolutionary Earthtones color palette created on .