Purple Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Sunset palette

Share this palette to:

Download Purple Sunset Color Palette (PNG)

Download purple sunset color palette PNG image (landscape)
Download purple sunset color palette PNG image (square)

Purple Sunset color palette CSS

/* CSS */
.color-1 {
color: #5c3d8a;
}
.color-2 {
color: #a57cbb;
}
.color-3 {
color: #ebbba2;
}
.color-4 {
color: #f6e3b6;
}
.color-5 {
color: #f9c54e;
}

/* CSS Variables */
:root {
--color-1: #5c3d8a;
--color-2: #a57cbb;
--color-3: #ebbba2;
--color-4: #f6e3b6;
--color-5: #f9c54e;
}

Purple Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5c3d8a, #a57cbb, #ebbba2, #f6e3b6, #f9c54e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5c3d8a, #a57cbb, #ebbba2, #f6e3b6, #f9c54e);
}

Purple Sunset color palette created on .