Warm Earth Tones Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Warm Earth Tones palette

Share this palette to:

Warm Earth Tones color palette PNG image

Download warm earth tones color palette PNG image (landscape)
Download warm earth tones color palette PNG image (square)

Warm Earth Tones color palette CSS

/* CSS */
.color-1 {
color: #e3b24f;
}
.color-2 {
color: #d67a29;
}
.color-3 {
color: #af4b3c;
}
.color-4 {
color: #6d2c3e;
}
.color-5 {
color: #3a2a6a;
}

/* CSS Variables */
:root {
--color-1: #e3b24f;
--color-2: #d67a29;
--color-3: #af4b3c;
--color-4: #6d2c3e;
--color-5: #3a2a6a;
}

Warm Earth Tones background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3b24f, #d67a29, #af4b3c, #6d2c3e, #3a2a6a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3b24f, #d67a29, #af4b3c, #6d2c3e, #3a2a6a);
}

Warm Earth Tones color palette created on .