Elegant Gray Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Elegant Gray palette

Share this palette to:

Elegant Gray color palette CSS

/* CSS */
.color-1 {
color: #3e4f51;
}
.color-2 {
color: #c4cad4;
}
.color-3 {
color: #f0e3d1;
}
.color-4 {
color: #e2b83c;
}
.color-5 {
color: #c94e3b;
}

/* CSS Variables */
:root {
--color-1: #3e4f51;
--color-2: #c4cad4;
--color-3: #f0e3d1;
--color-4: #e2b83c;
--color-5: #c94e3b;
}

Elegant Gray background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3e4f51, #c4cad4, #f0e3d1, #e2b83c, #c94e3b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3e4f51, #c4cad4, #f0e3d1, #e2b83c, #c94e3b);
}

Elegant Gray color palette created on .