Ethereal Grayscale Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ethereal Grayscale palette

Share this palette to:

Ethereal Grayscale color palette CSS

/* CSS */
.color-1 {
color: #ffffff;
}
.color-2 {
color: #e6e6e6;
}
.color-3 {
color: #cfcfcf;
}
.color-4 {
color: #b0b0b0;
}
.color-5 {
color: #8f8f8f;
}

/* CSS Variables */
:root {
--color-1: #ffffff;
--color-2: #e6e6e6;
--color-3: #cfcfcf;
--color-4: #b0b0b0;
--color-5: #8f8f8f;
}

Ethereal Grayscale background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffffff, #e6e6e6, #cfcfcf, #b0b0b0, #8f8f8f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffffff, #e6e6e6, #cfcfcf, #b0b0b0, #8f8f8f);
}

Ethereal Grayscale color palette created on .