Purple Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Purple Sunset palette

Share this palette to:

Purple Sunset color palette PNG image

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: #6a5bcd;
}
.color-2 {
color: #4b91e2;
}
.color-3 {
color: #f6e48e;
}
.color-4 {
color: #f9c54e;
}
.color-5 {
color: #f94346;
}

/* CSS Variables */
:root {
--color-1: #6a5bcd;
--color-2: #4b91e2;
--color-3: #f6e48e;
--color-4: #f9c54e;
--color-5: #f94346;
}

Purple Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6a5bcd, #4b91e2, #f6e48e, #f9c54e, #f94346);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6a5bcd, #4b91e2, #f6e48e, #f9c54e, #f94346);
}

Purple Sunset color palette created on .