Stone Whisper Tavolozza dei colori

Luminositร 

Saturazione

Calore

UI Examples

Explore beautiful UI components with Stone Whisper palette

Condividi questa palette a:

tavolozza dei colori Stone Whisper 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;
}

CSS con gradiente di sfondo Stone Whisper

/* 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 .