Shades of Grey Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Grey palette

Condividi questa palette a:

tavolozza dei colori Shades of Grey CSS

/* CSS */
.color-1 {
color: #4a4a4f;
}
.color-2 {
color: #696972;
}
.color-3 {
color: #a8a8b3;
}
.color-4 {
color: #e1e1e5;
}
.color-5 {
color: #f1f1f3;
}

/* CSS Variables */
:root {
--color-1: #4a4a4f;
--color-2: #696972;
--color-3: #a8a8b3;
--color-4: #e1e1e5;
--color-5: #f1f1f3;
}

CSS con gradiente di sfondo Shades of Grey

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a4a4f, #696972, #a8a8b3, #e1e1e5, #f1f1f3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a4a4f, #696972, #a8a8b3, #e1e1e5, #f1f1f3);
}

Shades of Grey color palette created on .