Citrus Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Citrus Sunset palette

Share this palette to:

Citrus Sunset color palette CSS

/* CSS */
.color-1 {
color: #fbaf3c;
}
.color-2 {
color: #ef853e;
}
.color-3 {
color: #c6492a;
}
.color-4 {
color: #9f422d;
}
.color-5 {
color: #691b2d;
}

/* CSS Variables */
:root {
--color-1: #fbaf3c;
--color-2: #ef853e;
--color-3: #c6492a;
--color-4: #9f422d;
--color-5: #691b2d;
}

Citrus Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fbaf3c, #ef853e, #c6492a, #9f422d, #691b2d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fbaf3c, #ef853e, #c6492a, #9f422d, #691b2d);
}

Citrus Sunset color palette created on .