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: #fd6621;
}
.color-2 {
color: #faa200;
}
.color-3 {
color: #f0d000;
}
.color-4 {
color: #e2e600;
}
.color-5 {
color: #8bd100;
}

/* CSS Variables */
:root {
--color-1: #fd6621;
--color-2: #faa200;
--color-3: #f0d000;
--color-4: #e2e600;
--color-5: #8bd100;
}

Sunset Citrus Burst background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fd6621, #faa200, #f0d000, #e2e600, #8bd100);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fd6621, #faa200, #f0d000, #e2e600, #8bd100);
}

Sunset Citrus Burst color palette created on .