Stone Whisper Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Stone Whisper palette

Share this palette to:

Stone Whisper color palette CSS

/* CSS */
.color-1 {
color: #6f7a7b;
}
.color-2 {
color: #a2b4b1;
}
.color-3 {
color: #cad8d5;
}
.color-4 {
color: #e2eeec;
}
.color-5 {
color: #f1f9f7;
}

/* CSS Variables */
:root {
--color-1: #6f7a7b;
--color-2: #a2b4b1;
--color-3: #cad8d5;
--color-4: #e2eeec;
--color-5: #f1f9f7;
}

Stone Whisper background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6f7a7b, #a2b4b1, #cad8d5, #e2eeec, #f1f9f7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6f7a7b, #a2b4b1, #cad8d5, #e2eeec, #f1f9f7);
}

Stone Whisper color palette created on .