Whispering Sage Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispering Sage palette
Whispering Sage color palette CSS
/* CSS */
.color-1 {
color: #a9cbb8;
}
.color-2 {
color: #b5d8a6;
}
.color-3 {
color: #d4e6b3;
}
.color-4 {
color: #f1e1b6;
}
.color-5 {
color: #f8caa5;
}
/* CSS Variables */
:root {
--color-1: #a9cbb8;
--color-2: #b5d8a6;
--color-3: #d4e6b3;
--color-4: #f1e1b6;
--color-5: #f8caa5;
}
Whispering Sage background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9cbb8, #b5d8a6, #d4e6b3, #f1e1b6, #f8caa5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9cbb8, #b5d8a6, #d4e6b3, #f1e1b6, #f8caa5);
}
Similar color palettes
Scroll down to explore 20+ Sage color palettes
Whispering Sage color palette created on .