Stone Whisper Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Stone Whisper palette
Image Gallery
Stone Whisper color palette CSS
/* CSS */
.color-1 {
color: #e3e3e3;
}
.color-2 {
color: #6a6a68;
}
.color-3 {
color: #9a9a98;
}
.color-4 {
color: #cbcbc8;
}
.color-5 {
color: #b3b3b2;
}
/* CSS Variables */
:root {
--color-1: #e3e3e3;
--color-2: #6a6a68;
--color-3: #9a9a98;
--color-4: #cbcbc8;
--color-5: #b3b3b2;
}
Stone Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3e3e3, #6a6a68, #9a9a98, #cbcbc8, #b3b3b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3e3e3, #6a6a68, #9a9a98, #cbcbc8, #b3b3b2);
}
Similar color palettes
Scroll down to explore 1 Gray color palette
Stone Whisper color palette created on .