Shades of Gray Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Gray palette

Condividi questa palette a:

tavolozza dei colori Shades of Gray CSS

/* CSS */
.color-1 {
color: #1a1c1e;
}
.color-2 {
color: #3d4042;
}
.color-3 {
color: #5d6365;
}
.color-4 {
color: #8b9a9c;
}
.color-5 {
color: #b1c2c4;
}

/* CSS Variables */
:root {
--color-1: #1a1c1e;
--color-2: #3d4042;
--color-3: #5d6365;
--color-4: #8b9a9c;
--color-5: #b1c2c4;
}

CSS con gradiente di sfondo Shades of Gray

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1a1c1e, #3d4042, #5d6365, #8b9a9c, #b1c2c4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1a1c1e, #3d4042, #5d6365, #8b9a9c, #b1c2c4);
}

Shades of Gray color palette created on .