Shades of Grey Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Shades of Grey palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Shades of Grey

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

tavolozza dei colori Shades of Grey CSS

/* CSS */
.color-1 {
color: #b4afac;
}
.color-2 {
color: #857c7a;
}
.color-3 {
color: #56504e;
}
.color-4 {
color: #aa9e92;
}
.color-5 {
color: #d3c9c0;
}

/* CSS Variables */
:root {
--color-1: #b4afac;
--color-2: #857c7a;
--color-3: #56504e;
--color-4: #aa9e92;
--color-5: #d3c9c0;
}

CSS con gradiente di sfondo Shades of Grey

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b4afac, #857c7a, #56504e, #aa9e92, #d3c9c0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b4afac, #857c7a, #56504e, #aa9e92, #d3c9c0);
}

Shades of Grey color palette created on .