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: #f2b05a;
}
.color-2 {
color: #e57b7b;
}
.color-3 {
color: #a86dab;
}
.color-4 {
color: #5c7b99;
}
.color-5 {
color: #4f9ea1;
}

/* CSS Variables */
:root {
--color-1: #f2b05a;
--color-2: #e57b7b;
--color-3: #a86dab;
--color-4: #5c7b99;
--color-5: #4f9ea1;
}

Ethereal Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2b05a, #e57b7b, #a86dab, #5c7b99, #4f9ea1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2b05a, #e57b7b, #a86dab, #5c7b99, #4f9ea1);
}

Ethereal Harmony color palette created on .