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 CSS

/* CSS */
.color-1 {
color: #ff9933;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffe08a;
}
.color-4 {
color: #ffcc66;
}
.color-5 {
color: #ffb300;
}

/* CSS Variables */
:root {
--color-1: #ff9933;
--color-2: #ffb84d;
--color-3: #ffe08a;
--color-4: #ffcc66;
--color-5: #ffb300;
}

Sunset Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9933, #ffb84d, #ffe08a, #ffcc66, #ffb300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9933, #ffb84d, #ffe08a, #ffcc66, #ffb300);
}

Sunset Glow color palette created on .