Stone Whisper Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Stone Whisper palette
Stone Whisper color palette CSS
/* CSS */
.color-1 {
color: #d5cec3;
}
.color-2 {
color: #b6a99a;
}
.color-3 {
color: #8c7b6e;
}
.color-4 {
color: #5a4b49;
}
.color-5 {
color: #3a3331;
}
/* CSS Variables */
:root {
--color-1: #d5cec3;
--color-2: #b6a99a;
--color-3: #8c7b6e;
--color-4: #5a4b49;
--color-5: #3a3331;
}
Stone Whisper background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5cec3, #b6a99a, #8c7b6e, #5a4b49, #3a3331);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5cec3, #b6a99a, #8c7b6e, #5a4b49, #3a3331);
}
Similar color palettes
Scroll down to explore 50+ Aesthetic color palettes
Stone Whisper color palette created on .