Whispers of Grey Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Whispers of Grey palette

Condividi questa palette a:

Scarica la tavolozza dei colori Whispers of Grey (PNG)

Download whispers of grey color palette PNG image (landscape)
Download whispers of grey color palette PNG image (square)

tavolozza dei colori Whispers of Grey CSS

/* CSS */
.color-1 {
color: #d9d9d9;
}
.color-2 {
color: #b3b3b3;
}
.color-3 {
color: #a6a6a6;
}
.color-4 {
color: #8c8c8c;
}
.color-5 {
color: #808080;
}

/* CSS Variables */
:root {
--color-1: #d9d9d9;
--color-2: #b3b3b3;
--color-3: #a6a6a6;
--color-4: #8c8c8c;
--color-5: #808080;
}

CSS con gradiente di sfondo Whispers of Grey

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9d9d9, #b3b3b3, #a6a6a6, #8c8c8c, #808080);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9d9d9, #b3b3b3, #a6a6a6, #8c8c8c, #808080);
}

Whispers of Grey color palette created on .