Shades of Grey Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Shades of Grey palette

Share this palette to:

Shades of Grey color palette CSS

/* CSS */
.color-1 {
color: #4e4f50;
}
.color-2 {
color: #e5b66c;
}
.color-3 {
color: #882b39;
}
.color-4 {
color: #6b4c9a;
}
.color-5 {
color: #2c6a90;
}

/* CSS Variables */
:root {
--color-1: #4e4f50;
--color-2: #e5b66c;
--color-3: #882b39;
--color-4: #6b4c9a;
--color-5: #2c6a90;
}

Shades of Grey background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e4f50, #e5b66c, #882b39, #6b4c9a, #2c6a90);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e4f50, #e5b66c, #882b39, #6b4c9a, #2c6a90);
}

Shades of Grey color palette created on .