Whispering Woods Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispering Woods palette
Image Gallery

Whispering Woods color palette CSS
/* CSS */
.color-1 {
color: #e89ba3;
}
.color-2 {
color: #2c331a;
}
.color-3 {
color: #1f0f16;
}
.color-4 {
color: #5c842e;
}
.color-5 {
color: #f3c9d9;
}
/* CSS Variables */
:root {
--color-1: #e89ba3;
--color-2: #2c331a;
--color-3: #1f0f16;
--color-4: #5c842e;
--color-5: #f3c9d9;
}
Whispering Woods background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e89ba3, #2c331a, #1f0f16, #5c842e, #f3c9d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e89ba3, #2c331a, #1f0f16, #5c842e, #f3c9d9);
}
Similar color palettes
Whispering Woods color palette created on .