Ethereal Desolation Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ethereal Desolation palette

Share this palette to:

Ethereal Desolation color palette CSS

/* CSS */
.color-1 {
color: #4b3d6b;
}
.color-2 {
color: #6b5c8a;
}
.color-3 {
color: #a87a9c;
}
.color-4 {
color: #f2b6a1;
}
.color-5 {
color: #f9d68b;
}

/* CSS Variables */
:root {
--color-1: #4b3d6b;
--color-2: #6b5c8a;
--color-3: #a87a9c;
--color-4: #f2b6a1;
--color-5: #f9d68b;
}

Ethereal Desolation background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b3d6b, #6b5c8a, #a87a9c, #f2b6a1, #f9d68b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b3d6b, #6b5c8a, #a87a9c, #f2b6a1, #f9d68b);
}

Ethereal Desolation color palette created on .