Light Gray Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Light Gray palette

Condividi questa palette a:

tavolozza dei colori Light Gray CSS

/* CSS */
.color-1 {
color: #a5a0a6;
}
.color-2 {
color: #be9393;
}
.color-3 {
color: #c7a68f;
}
.color-4 {
color: #c1af86;
}
.color-5 {
color: #b29862;
}

/* CSS Variables */
:root {
--color-1: #a5a0a6;
--color-2: #be9393;
--color-3: #c7a68f;
--color-4: #c1af86;
--color-5: #b29862;
}

CSS con gradiente di sfondo Light Gray

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a5a0a6, #be9393, #c7a68f, #c1af86, #b29862);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a5a0a6, #be9393, #c7a68f, #c1af86, #b29862);
}

Light Gray color palette created on .