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: #d14d00;
}
.color-2 {
color: #ff6d1f;
}
.color-3 {
color: #ffad42;
}
.color-4 {
color: #ffd24d;
}
.color-5 {
color: #ffdd75;
}

/* CSS Variables */
:root {
--color-1: #d14d00;
--color-2: #ff6d1f;
--color-3: #ffad42;
--color-4: #ffd24d;
--color-5: #ffdd75;
}

Citrus Sunrise background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d14d00, #ff6d1f, #ffad42, #ffd24d, #ffdd75);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d14d00, #ff6d1f, #ffad42, #ffd24d, #ffdd75);
}

Citrus Sunrise color palette created on .