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: #faa700;
}
.color-2 {
color: #ff5100;
}
.color-3 {
color: #ff007b;
}
.color-4 {
color: #a600ff;
}
.color-5 {
color: #3d5eff;
}

/* CSS Variables */
:root {
--color-1: #faa700;
--color-2: #ff5100;
--color-3: #ff007b;
--color-4: #a600ff;
--color-5: #3d5eff;
}

Vibrant Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #faa700, #ff5100, #ff007b, #a600ff, #3d5eff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #faa700, #ff5100, #ff007b, #a600ff, #3d5eff);
}

Vibrant Sunset color palette created on .