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: #b54f7f;
}
.color-2 {
color: #f0a800;
}
.color-3 {
color: #f3e4a0;
}
.color-4 {
color: #7bba4a;
}
.color-5 {
color: #3c6f9f;
}

/* CSS Variables */
:root {
--color-1: #b54f7f;
--color-2: #f0a800;
--color-3: #f3e4a0;
--color-4: #7bba4a;
--color-5: #3c6f9f;
}

Vibrant Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b54f7f, #f0a800, #f3e4a0, #7bba4a, #3c6f9f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b54f7f, #f0a800, #f3e4a0, #7bba4a, #3c6f9f);
}

Vibrant Sunset color palette created on .