Whispers of Gray Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Gray palette

Condividi questa palette a:

tavolozza dei colori Whispers of Gray CSS

/* CSS */
.color-1 {
color: #f5f5f4;
}
.color-2 {
color: #dcdcdb;
}
.color-3 {
color: #c0c0bf;
}
.color-4 {
color: #9d9b9b;
}
.color-5 {
color: #7f7d7a;
}

/* CSS Variables */
:root {
--color-1: #f5f5f4;
--color-2: #dcdcdb;
--color-3: #c0c0bf;
--color-4: #9d9b9b;
--color-5: #7f7d7a;
}

CSS con gradiente di sfondo Whispers of Gray

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5f5f4, #dcdcdb, #c0c0bf, #9d9b9b, #7f7d7a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5f5f4, #dcdcdb, #c0c0bf, #9d9b9b, #7f7d7a);
}

Tavolozze di colori simili

Whispers of Gray color palette created on .