Citrus Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Citrus Sunset palette

Share this palette to:

Download Citrus Sunset Color Palette (PNG)

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

Citrus Sunset color palette CSS

/* CSS */
.color-1 {
color: #f9e95d;
}
.color-2 {
color: #f4b943;
}
.color-3 {
color: #f18e37;
}
.color-4 {
color: #e56a3e;
}
.color-5 {
color: #da2b3c;
}

/* CSS Variables */
:root {
--color-1: #f9e95d;
--color-2: #f4b943;
--color-3: #f18e37;
--color-4: #e56a3e;
--color-5: #da2b3c;
}

Citrus Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e95d, #f4b943, #f18e37, #e56a3e, #da2b3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e95d, #f4b943, #f18e37, #e56a3e, #da2b3c);
}

Citrus Sunset color palette created on .