Enchanted Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Enchanted Sunset palette

Share this palette to:

Enchanted Sunset color palette CSS

/* CSS */
.color-1 {
color: #6951a9;
}
.color-2 {
color: #a66ab9;
}
.color-3 {
color: #f2b950;
}
.color-4 {
color: #f58d3d;
}
.color-5 {
color: #d7593c;
}

/* CSS Variables */
:root {
--color-1: #6951a9;
--color-2: #a66ab9;
--color-3: #f2b950;
--color-4: #f58d3d;
--color-5: #d7593c;
}

Enchanted Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6951a9, #a66ab9, #f2b950, #f58d3d, #d7593c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6951a9, #a66ab9, #f2b950, #f58d3d, #d7593c);
}

Enchanted Sunset color palette created on .