Vibrant Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Vibrant Sunset palette

Share this palette to:

Vibrant Sunset color palette CSS

/* CSS */
.color-1 {
color: #5e7bb5;
}
.color-2 {
color: #4b6395;
}
.color-3 {
color: #515fa4;
}
.color-4 {
color: #3a4792;
}
.color-5 {
color: #27327c;
}

/* CSS Variables */
:root {
--color-1: #5e7bb5;
--color-2: #4b6395;
--color-3: #515fa4;
--color-4: #3a4792;
--color-5: #27327c;
}

Vibrant Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5e7bb5, #4b6395, #515fa4, #3a4792, #27327c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5e7bb5, #4b6395, #515fa4, #3a4792, #27327c);
}

Vibrant Sunset color palette created on .