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: #593a50;
}
.color-2 {
color: #575a49;
}
.color-3 {
color: #566548;
}
.color-4 {
color: #1d567c;
}
.color-5 {
color: #1b2b7e;
}

/* CSS Variables */
:root {
--color-1: #593a50;
--color-2: #575a49;
--color-3: #566548;
--color-4: #1d567c;
--color-5: #1b2b7e;
}

Vibrant Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #593a50, #575a49, #566548, #1d567c, #1b2b7e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #593a50, #575a49, #566548, #1d567c, #1b2b7e);
}

Vibrant Sunset color palette created on .