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: #fab700;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #d6006b;
}
.color-4 {
color: #5c4b8b;
}
.color-5 {
color: #3a9ad9;
}

/* CSS Variables */
:root {
--color-1: #fab700;
--color-2: #ff6e61;
--color-3: #d6006b;
--color-4: #5c4b8b;
--color-5: #3a9ad9;
}

Vibrant Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fab700, #ff6e61, #d6006b, #5c4b8b, #3a9ad9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fab700, #ff6e61, #d6006b, #5c4b8b, #3a9ad9);
}

Vibrant Sunset color palette created on .