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: #2e2a29;
}
.color-2 {
color: #4c5052;
}
.color-3 {
color: #7b8a89;
}
.color-4 {
color: #c8b29d;
}
.color-5 {
color: #f4e7d7;
}

/* CSS Variables */
:root {
--color-1: #2e2a29;
--color-2: #4c5052;
--color-3: #7b8a89;
--color-4: #c8b29d;
--color-5: #f4e7d7;
}

Shades of Gray background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e2a29, #4c5052, #7b8a89, #c8b29d, #f4e7d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e2a29, #4c5052, #7b8a89, #c8b29d, #f4e7d7);
}

Shades of Gray color palette created on .