Whispering Greens Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispering Greens palette
Whispering Greens color palette CSS
/* CSS */
.color-1 {
color: #a5c5b1;
}
.color-2 {
color: #9bc0a8;
}
.color-3 {
color: #71a89d;
}
.color-4 {
color: #5d8979;
}
.color-5 {
color: #3a5959;
}
/* CSS Variables */
:root {
--color-1: #a5c5b1;
--color-2: #9bc0a8;
--color-3: #71a89d;
--color-4: #5d8979;
--color-5: #3a5959;
}
Whispering Greens background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5c5b1, #9bc0a8, #71a89d, #5d8979, #3a5959);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5c5b1, #9bc0a8, #71a89d, #5d8979, #3a5959);
}
Similar color palettes
Whispering Greens color palette created on .