Whispers of Earthy Elegance Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Earthy Elegance palette
Whispers of Earthy Elegance color palette CSS
/* CSS */
.color-1 {
color: #e2e3d4;
}
.color-2 {
color: #d8d6ca;
}
.color-3 {
color: #c6c4b8;
}
.color-4 {
color: #b7bd99;
}
.color-5 {
color: #c68d71;
}
/* CSS Variables */
:root {
--color-1: #e2e3d4;
--color-2: #d8d6ca;
--color-3: #c6c4b8;
--color-4: #b7bd99;
--color-5: #c68d71;
}
Whispers of Earthy Elegance background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e2e3d4, #d8d6ca, #c6c4b8, #b7bd99, #c68d71);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e2e3d4, #d8d6ca, #c6c4b8, #b7bd99, #c68d71);
}
Similar color palettes
Whispers of Earthy Elegance color palette created on .