Whispers of Stone Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Whispers of Stone palette
Whispers of Stone color palette CSS
/* CSS */
.color-1 {
color: #f7f7f7;
}
.color-2 {
color: #e1e3e5;
}
.color-3 {
color: #c1c5c8;
}
.color-4 {
color: #a6b1b5;
}
.color-5 {
color: #8e9b9f;
}
/* CSS Variables */
:root {
--color-1: #f7f7f7;
--color-2: #e1e3e5;
--color-3: #c1c5c8;
--color-4: #a6b1b5;
--color-5: #8e9b9f;
}
Whispers of Stone background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7f7f7, #e1e3e5, #c1c5c8, #a6b1b5, #8e9b9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7f7f7, #e1e3e5, #c1c5c8, #a6b1b5, #8e9b9f);
}
Similar color palettes
Whispers of Stone color palette created on .