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: #2d3034;
}
.color-2 {
color: #3f444b;
}
.color-3 {
color: #50555e;
}
.color-4 {
color: #5b636b;
}
.color-5 {
color: #6d767e;
}

/* CSS Variables */
:root {
--color-1: #2d3034;
--color-2: #3f444b;
--color-3: #50555e;
--color-4: #5b636b;
--color-5: #6d767e;
}

Shades of Gray background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2d3034, #3f444b, #50555e, #5b636b, #6d767e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2d3034, #3f444b, #50555e, #5b636b, #6d767e);
}

Shades of Gray color palette created on .