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: #1b1f23;
}
.color-2 {
color: #4f555f;
}
.color-3 {
color: #747a86;
}
.color-4 {
color: #a7aab9;
}
.color-5 {
color: #f1f5f8;
}

/* CSS Variables */
:root {
--color-1: #1b1f23;
--color-2: #4f555f;
--color-3: #747a86;
--color-4: #a7aab9;
--color-5: #f1f5f8;
}

Shades of Gray background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b1f23, #4f555f, #747a86, #a7aab9, #f1f5f8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b1f23, #4f555f, #747a86, #a7aab9, #f1f5f8);
}

Shades of Gray color palette created on .