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: #e0e0e0;
}
.color-2 {
color: #b0b0b0;
}
.color-3 {
color: #a1a1a1;
}
.color-4 {
color: #808080;
}
.color-5 {
color: #404040;
}

/* CSS Variables */
:root {
--color-1: #e0e0e0;
--color-2: #b0b0b0;
--color-3: #a1a1a1;
--color-4: #808080;
--color-5: #404040;
}

CSS con gradiente di sfondo Whispers of Gray

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0e0e0, #b0b0b0, #a1a1a1, #808080, #404040);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0e0e0, #b0b0b0, #a1a1a1, #808080, #404040);
}

Whispers of Gray color palette created on .