Sunset Citrus Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Sunset Citrus palette

Share this palette to:

Sunset Citrus color palette CSS

/* CSS */
.color-1 {
color: #d88041;
}
.color-2 {
color: #f6a34c;
}
.color-3 {
color: #f9c97b;
}
.color-4 {
color: #f4e7a4;
}
.color-5 {
color: #f1c84b;
}

/* CSS Variables */
:root {
--color-1: #d88041;
--color-2: #f6a34c;
--color-3: #f9c97b;
--color-4: #f4e7a4;
--color-5: #f1c84b;
}

Sunset Citrus background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d88041, #f6a34c, #f9c97b, #f4e7a4, #f1c84b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d88041, #f6a34c, #f9c97b, #f4e7a4, #f1c84b);
}

Sunset Citrus color palette created on .