Ethereal Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Ethereal Sunset palette

Share this palette to:

Ethereal Sunset color palette CSS

/* CSS */
.color-1 {
color: #f5a524;
}
.color-2 {
color: #d94f3f;
}
.color-3 {
color: #a441a1;
}
.color-4 {
color: #5d3f8d;
}
.color-5 {
color: #498ada;
}

/* CSS Variables */
:root {
--color-1: #f5a524;
--color-2: #d94f3f;
--color-3: #a441a1;
--color-4: #5d3f8d;
--color-5: #498ada;
}

Ethereal Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5a524, #d94f3f, #a441a1, #5d3f8d, #498ada);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5a524, #d94f3f, #a441a1, #5d3f8d, #498ada);
}

Ethereal Sunset color palette created on .