Ethereal Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ethereal Harmony palette

Share this palette to:

Ethereal Harmony color palette CSS

/* CSS */
.color-1 {
color: #f9b05d;
}
.color-2 {
color: #f6a4a2;
}
.color-3 {
color: #d48cb8;
}
.color-4 {
color: #a46dc0;
}
.color-5 {
color: #5b6e9f;
}

/* CSS Variables */
:root {
--color-1: #f9b05d;
--color-2: #f6a4a2;
--color-3: #d48cb8;
--color-4: #a46dc0;
--color-5: #5b6e9f;
}

Ethereal Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9b05d, #f6a4a2, #d48cb8, #a46dc0, #5b6e9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9b05d, #f6a4a2, #d48cb8, #a46dc0, #5b6e9f);
}

Ethereal Harmony color palette created on .