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: #afb6b6;
}
.color-2 {
color: #d2d5d4;
}
.color-3 {
color: #e4e7e6;
}
.color-4 {
color: #f6f8f7;
}
.color-5 {
color: #ffffff;
}
/* CSS Variables */
:root {
--color-1: #afb6b6;
--color-2: #d2d5d4;
--color-3: #e4e7e6;
--color-4: #f6f8f7;
--color-5: #ffffff;
}
Whispering Stones background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #afb6b6, #d2d5d4, #e4e7e6, #f6f8f7, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #afb6b6, #d2d5d4, #e4e7e6, #f6f8f7, #ffffff);
}
Similar color palettes
Scroll down to explore 100+ Neutral color palettes
Whispering Stones color palette created on .