Whimsical Earthtones Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whimsical Earthtones palette
Whimsical Earthtones color palette CSS
/* CSS */
.color-1 {
color: #e2b8a1;
}
.color-2 {
color: #c6997b;
}
.color-3 {
color: #aa8b6e;
}
.color-4 {
color: #8b6d55;
}
.color-5 {
color: #5d4d3c;
}
/* CSS Variables */
:root {
--color-1: #e2b8a1;
--color-2: #c6997b;
--color-3: #aa8b6e;
--color-4: #8b6d55;
--color-5: #5d4d3c;
}
Whimsical Earthtones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2b8a1, #c6997b, #aa8b6e, #8b6d55, #5d4d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2b8a1, #c6997b, #aa8b6e, #8b6d55, #5d4d3c);
}
Similar color palettes
Scroll down to explore 40+ Aesthetic color palettes
Whimsical Earthtones color palette created on .