Citrus Sunrise Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Citrus Sunrise palette
Citrus Sunrise color palette CSS
/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ff9a1f;
}
.color-3 {
color: #ffc83d;
}
.color-4 {
color: #ffdd75;
}
.color-5 {
color: #ffecb3;
}
/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ff9a1f;
--color-3: #ffc83d;
--color-4: #ffdd75;
--color-5: #ffecb3;
}
Citrus Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ff9a1f, #ffc83d, #ffdd75, #ffecb3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ff9a1f, #ffc83d, #ffdd75, #ffecb3);
}
Similar color palettes
Scroll down to explore 400+ Bright color palettes
Citrus Sunrise color palette created on .