Citrus Sunrise Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Citrus Sunrise palette

Share this palette to:

Citrus Sunrise color palette CSS

/* CSS */
.color-1 {
color: #ef853e;
}
.color-2 {
color: #f7a76e;
}
.color-3 {
color: #f9d29f;
}
.color-4 {
color: #fce9b6;
}
.color-5 {
color: #ffb4a3;
}

/* CSS Variables */
:root {
--color-1: #ef853e;
--color-2: #f7a76e;
--color-3: #f9d29f;
--color-4: #fce9b6;
--color-5: #ffb4a3;
}

Citrus Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ef853e, #f7a76e, #f9d29f, #fce9b6, #ffb4a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ef853e, #f7a76e, #f9d29f, #fce9b6, #ffb4a3);
}

Citrus Sunrise color palette created on .