Elegant Grayscale Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Elegant Grayscale palette

Share this palette to:

Elegant Grayscale color palette CSS

/* CSS */
.color-1 {
color: #e3d9d9;
}
.color-2 {
color: #cec5c5;
}
.color-3 {
color: #9d9595;
}
.color-4 {
color: #7b7474;
}
.color-5 {
color: #4a4545;
}

/* CSS Variables */
:root {
--color-1: #e3d9d9;
--color-2: #cec5c5;
--color-3: #9d9595;
--color-4: #7b7474;
--color-5: #4a4545;
}

Elegant Grayscale background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3d9d9, #cec5c5, #9d9595, #7b7474, #4a4545);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3d9d9, #cec5c5, #9d9595, #7b7474, #4a4545);
}

Elegant Grayscale color palette created on .