Sunset Glow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunset Glow palette

Share this palette to:

Sunset Glow color palette PNG image

Download sunset glow color palette PNG image (landscape)
Download sunset glow color palette PNG image (square)

Sunset Glow color palette CSS

/* CSS */
.color-1 {
color: #ffb84d;
}
.color-2 {
color: #ff9900;
}
.color-3 {
color: #f47b1f;
}
.color-4 {
color: #e64919;
}
.color-5 {
color: #d33131;
}

/* CSS Variables */
:root {
--color-1: #ffb84d;
--color-2: #ff9900;
--color-3: #f47b1f;
--color-4: #e64919;
--color-5: #d33131;
}

Sunset Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb84d, #ff9900, #f47b1f, #e64919, #d33131);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb84d, #ff9900, #f47b1f, #e64919, #d33131);
}

Sunset Glow color palette created on .