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: #a14f62;
}
.color-2 {
color: #f5903d;
}
.color-3 {
color: #f2d64a;
}
.color-4 {
color: #7ac7a1;
}
.color-5 {
color: #599bd4;
}

/* CSS Variables */
:root {
--color-1: #a14f62;
--color-2: #f5903d;
--color-3: #f2d64a;
--color-4: #7ac7a1;
--color-5: #599bd4;
}

Vibrant Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a14f62, #f5903d, #f2d64a, #7ac7a1, #599bd4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a14f62, #f5903d, #f2d64a, #7ac7a1, #599bd4);
}

Vibrant Sunset color palette created on .