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: #ff6e61;
}
.color-2 {
color: #ff9b3d;
}
.color-3 {
color: #f5c400;
}
.color-4 {
color: #9ce7ba;
}
.color-5 {
color: #3d8df0;
}

/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff9b3d;
--color-3: #f5c400;
--color-4: #9ce7ba;
--color-5: #3d8df0;
}

Vibrant Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff9b3d, #f5c400, #9ce7ba, #3d8df0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff9b3d, #f5c400, #9ce7ba, #3d8df0);
}

Vibrant Sunset color palette created on .