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: #ff6200;
}
.color-2 {
color: #ff9100;
}
.color-3 {
color: #ffc300;
}
.color-4 {
color: #ffd942;
}
.color-5 {
color: #ffff00;
}

/* CSS Variables */
:root {
--color-1: #ff6200;
--color-2: #ff9100;
--color-3: #ffc300;
--color-4: #ffd942;
--color-5: #ffff00;
}

Citrus Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6200, #ff9100, #ffc300, #ffd942, #ffff00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6200, #ff9100, #ffc300, #ffd942, #ffff00);
}

Citrus Sunrise color palette created on .