Melodic Sunrise Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Melodic Sunrise palette

Share this palette to:

Melodic Sunrise color palette CSS

/* CSS */
.color-1 {
color: #ffb84d;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #d73c28;
}
.color-4 {
color: #a12b5c;
}
.color-5 {
color: #694e8d;
}

/* CSS Variables */
:root {
--color-1: #ffb84d;
--color-2: #ff6e61;
--color-3: #d73c28;
--color-4: #a12b5c;
--color-5: #694e8d;
}

Melodic Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb84d, #ff6e61, #d73c28, #a12b5c, #694e8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb84d, #ff6e61, #d73c28, #a12b5c, #694e8d);
}

Melodic Sunrise color palette created on .