Whimsical Earthy Tones Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Whimsical Earthy Tones palette

Share this palette to:

Whimsical Earthy Tones color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #b2c7b4;
}
.color-3 {
color: #ca9077;
}
.color-4 {
color: #e38945;
}
.color-5 {
color: #927c80;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #b2c7b4;
--color-3: #ca9077;
--color-4: #e38945;
--color-5: #927c80;
}

Whimsical Earthy Tones background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #b2c7b4, #ca9077, #e38945, #927c80);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #b2c7b4, #ca9077, #e38945, #927c80);
}

Similar color palettes

Whimsical Earthy Tones color palette created on .