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: #7b4b8b;
}
.color-2 {
color: #b67cb1;
}
.color-3 {
color: #e2c1d3;
}
.color-4 {
color: #f3d2a0;
}
.color-5 {
color: #f3ab5e;
}

/* CSS Variables */
:root {
--color-1: #7b4b8b;
--color-2: #b67cb1;
--color-3: #e2c1d3;
--color-4: #f3d2a0;
--color-5: #f3ab5e;
}

Ethereal Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7b4b8b, #b67cb1, #e2c1d3, #f3d2a0, #f3ab5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7b4b8b, #b67cb1, #e2c1d3, #f3d2a0, #f3ab5e);
}

Ethereal Sunset color palette created on .