Sunset Citrus Burst Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunset Citrus Burst palette

Share this palette to:

Sunset Citrus Burst color palette CSS

/* CSS */
.color-1 {
color: #ffd24d;
}
.color-2 {
color: #ffcb3d;
}
.color-3 {
color: #ffaf2e;
}
.color-4 {
color: #ff9c24;
}
.color-5 {
color: #ff8c1a;
}

/* CSS Variables */
:root {
--color-1: #ffd24d;
--color-2: #ffcb3d;
--color-3: #ffaf2e;
--color-4: #ff9c24;
--color-5: #ff8c1a;
}

Sunset Citrus Burst background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffd24d, #ffcb3d, #ffaf2e, #ff9c24, #ff8c1a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffd24d, #ffcb3d, #ffaf2e, #ff9c24, #ff8c1a);
}

Sunset Citrus Burst color palette created on .