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: #a8b3b8;
}
.color-2 {
color: #b6c4c8;
}
.color-3 {
color: #cee0e3;
}
.color-4 {
color: #eaf4f6;
}
.color-5 {
color: #f6fcfe;
}

/* CSS Variables */
:root {
--color-1: #a8b3b8;
--color-2: #b6c4c8;
--color-3: #cee0e3;
--color-4: #eaf4f6;
--color-5: #f6fcfe;
}

CSS con gradiente di sfondo Shades of Gray

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8b3b8, #b6c4c8, #cee0e3, #eaf4f6, #f6fcfe);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8b3b8, #b6c4c8, #cee0e3, #eaf4f6, #f6fcfe);
}

Shades of Gray color palette created on .