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: #dfe0e1;
}
.color-2 {
color: #c9d2d4;
}
.color-3 {
color: #b3c5c7;
}
.color-4 {
color: #9ab5b7;
}
.color-5 {
color: #84a7a9;
}

/* CSS Variables */
:root {
--color-1: #dfe0e1;
--color-2: #c9d2d4;
--color-3: #b3c5c7;
--color-4: #9ab5b7;
--color-5: #84a7a9;
}

Shades of Gray background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dfe0e1, #c9d2d4, #b3c5c7, #9ab5b7, #84a7a9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dfe0e1, #c9d2d4, #b3c5c7, #9ab5b7, #84a7a9);
}

Shades of Gray color palette created on .