Ethereal Waves Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ethereal Waves palette

Share this palette to:

Ethereal Waves color palette CSS

/* CSS */
.color-1 {
color: #5c2b6e;
}
.color-2 {
color: #c48c4f;
}
.color-3 {
color: #f5e29e;
}
.color-4 {
color: #a6d8e3;
}
.color-5 {
color: #4b9daa;
}

/* CSS Variables */
:root {
--color-1: #5c2b6e;
--color-2: #c48c4f;
--color-3: #f5e29e;
--color-4: #a6d8e3;
--color-5: #4b9daa;
}

Ethereal Waves background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c2b6e, #c48c4f, #f5e29e, #a6d8e3, #4b9daa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c2b6e, #c48c4f, #f5e29e, #a6d8e3, #4b9daa);
}

Ethereal Waves color palette created on .