Ethereal Undead Dreams Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ethereal Undead Dreams palette

Share this palette to:

Ethereal Undead Dreams color palette CSS

/* CSS */
.color-1 {
color: #2e8d9e;
}
.color-2 {
color: #79c3b8;
}
.color-3 {
color: #a5e3e9;
}
.color-4 {
color: #f8d49b;
}
.color-5 {
color: #d97d68;
}

/* CSS Variables */
:root {
--color-1: #2e8d9e;
--color-2: #79c3b8;
--color-3: #a5e3e9;
--color-4: #f8d49b;
--color-5: #d97d68;
}

Ethereal Undead Dreams background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e8d9e, #79c3b8, #a5e3e9, #f8d49b, #d97d68);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e8d9e, #79c3b8, #a5e3e9, #f8d49b, #d97d68);
}

Ethereal Undead Dreams color palette created on .