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: #7c7e7e;
}
.color-2 {
color: #a8a9a7;
}
.color-3 {
color: #c1c3c1;
}
.color-4 {
color: #e0e2df;
}
.color-5 {
color: #f6f8f6;
}

/* CSS Variables */
:root {
--color-1: #7c7e7e;
--color-2: #a8a9a7;
--color-3: #c1c3c1;
--color-4: #e0e2df;
--color-5: #f6f8f6;
}

CSS con gradiente di sfondo Shades of Grey

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c7e7e, #a8a9a7, #c1c3c1, #e0e2df, #f6f8f6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c7e7e, #a8a9a7, #c1c3c1, #e0e2df, #f6f8f6);
}

Shades of Grey color palette created on .