Shades of Gray Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Gray palette

Share this palette to:

Shades of Gray color palette CSS

/* CSS */
.color-1 {
color: #bec0cf;
}
.color-2 {
color: #a29dbe;
}
.color-3 {
color: #7a6a9a;
}
.color-4 {
color: #c1817b;
}
.color-5 {
color: #d9473a;
}

/* CSS Variables */
:root {
--color-1: #bec0cf;
--color-2: #a29dbe;
--color-3: #7a6a9a;
--color-4: #c1817b;
--color-5: #d9473a;
}

Shades of Gray background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bec0cf, #a29dbe, #7a6a9a, #c1817b, #d9473a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bec0cf, #a29dbe, #7a6a9a, #c1817b, #d9473a);
}

Shades of Gray color palette created on .