Whispers of Earnestness Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Earnestness palette
Whispers of Earnestness color palette CSS
/* CSS */
.color-1 {
color: #e3d8c9;
}
.color-2 {
color: #d2c3b2;
}
.color-3 {
color: #bfa7a1;
}
.color-4 {
color: #a68c8e;
}
.color-5 {
color: #8e6b6d;
}
/* CSS Variables */
:root {
--color-1: #e3d8c9;
--color-2: #d2c3b2;
--color-3: #bfa7a1;
--color-4: #a68c8e;
--color-5: #8e6b6d;
}
Whispers of Earnestness background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3d8c9, #d2c3b2, #bfa7a1, #a68c8e, #8e6b6d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3d8c9, #d2c3b2, #bfa7a1, #a68c8e, #8e6b6d);
}
Similar color palettes
Scroll down to explore 200+ Beige color palettes
Whispers of Earnestness color palette created on .