Ethereal Aqua Undead Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ethereal Aqua Undead palette

Share this palette to:

Ethereal Aqua Undead color palette CSS

/* CSS */
.color-1 {
color: #4c979a;
}
.color-2 {
color: #6dc5c2;
}
.color-3 {
color: #8cd4cf;
}
.color-4 {
color: #a1e3e2;
}
.color-5 {
color: #c3f3f4;
}

/* CSS Variables */
:root {
--color-1: #4c979a;
--color-2: #6dc5c2;
--color-3: #8cd4cf;
--color-4: #a1e3e2;
--color-5: #c3f3f4;
}

Ethereal Aqua Undead background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4c979a, #6dc5c2, #8cd4cf, #a1e3e2, #c3f3f4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4c979a, #6dc5c2, #8cd4cf, #a1e3e2, #c3f3f4);
}

Ethereal Aqua Undead color palette created on .