Whispers of Earthstone Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Earthstone palette
Whispers of Earthstone color palette CSS
/* CSS */
.color-1 {
color: #e2d7d5;
}
.color-2 {
color: #c7bcb8;
}
.color-3 {
color: #a97f6a;
}
.color-4 {
color: #8a5a47;
}
.color-5 {
color: #5e3c31;
}
/* CSS Variables */
:root {
--color-1: #e2d7d5;
--color-2: #c7bcb8;
--color-3: #a97f6a;
--color-4: #8a5a47;
--color-5: #5e3c31;
}
Whispers of Earthstone background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2d7d5, #c7bcb8, #a97f6a, #8a5a47, #5e3c31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2d7d5, #c7bcb8, #a97f6a, #8a5a47, #5e3c31);
}
Similar color palettes
Scroll down to explore 4 Soft pink color palettes
Whispers of Earthstone color palette created on .