Whispering Greenery Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispering Greenery palette
Whispering Greenery color palette CSS
/* CSS */
.color-1 {
color: #9fc6b8;
}
.color-2 {
color: #b1d2c3;
}
.color-3 {
color: #cae2d1;
}
.color-4 {
color: #dff1e3;
}
.color-5 {
color: #f5fff5;
}
/* CSS Variables */
:root {
--color-1: #9fc6b8;
--color-2: #b1d2c3;
--color-3: #cae2d1;
--color-4: #dff1e3;
--color-5: #f5fff5;
}
Whispering Greenery background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9fc6b8, #b1d2c3, #cae2d1, #dff1e3, #f5fff5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9fc6b8, #b1d2c3, #cae2d1, #dff1e3, #f5fff5);
}
Similar color palettes
Scroll down to explore 100+ Aesthetic color palettes
Whispering Greenery color palette created on .