Whispering Stones Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispering Stones palette
Whispering Stones color palette CSS
/* CSS */
.color-1 {
color: #b9c9b6;
}
.color-2 {
color: #a0b6a4;
}
.color-3 {
color: #8db0a3;
}
.color-4 {
color: #a8dda7;
}
.color-5 {
color: #d3e9d6;
}
/* CSS Variables */
:root {
--color-1: #b9c9b6;
--color-2: #a0b6a4;
--color-3: #8db0a3;
--color-4: #a8dda7;
--color-5: #d3e9d6;
}
Whispering Stones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b9c9b6, #a0b6a4, #8db0a3, #a8dda7, #d3e9d6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b9c9b6, #a0b6a4, #8db0a3, #a8dda7, #d3e9d6);
}
Similar color palettes
- Verdant Tranquility
- Whispering Earthtones
- Yellow Dandy
- Olive Grove Harmony
- Yellow Eclipse
- Green Camo
- Deviant Shades of Green
- Earthy Green
- Maroon and Sage Green
- Urban Farm
- Woodland Wanderlust
- Sandal Shades
- Verdant Earthtones
- Orange Problematic
- Oceanic Serenity
- Shades of Green and Yellow
- Shades of Green
- Nature's Embrace
Whispering Stones color palette created on .