Ethereal Sunrise Harmony Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ethereal Sunrise Harmony palette

Share this palette to:

Ethereal Sunrise Harmony color palette CSS

/* CSS */
.color-1 {
color: #ffb3d9;
}
.color-2 {
color: #ffcc99;
}
.color-3 {
color: #ffdb4d;
}
.color-4 {
color: #a3e0b6;
}
.color-5 {
color: #4da6ff;
}

/* CSS Variables */
:root {
--color-1: #ffb3d9;
--color-2: #ffcc99;
--color-3: #ffdb4d;
--color-4: #a3e0b6;
--color-5: #4da6ff;
}

Ethereal Sunrise Harmony background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3d9, #ffcc99, #ffdb4d, #a3e0b6, #4da6ff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3d9, #ffcc99, #ffdb4d, #a3e0b6, #4da6ff);
}

Ethereal Sunrise Harmony color palette created on .