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: #ff6038;
}
.color-2 {
color: #ff8e3d;
}
.color-3 {
color: #ffc65c;
}
.color-4 {
color: #ffdb80;
}
.color-5 {
color: #ffe59e;
}
/* CSS Variables */
:root {
--color-1: #ff6038;
--color-2: #ff8e3d;
--color-3: #ffc65c;
--color-4: #ffdb80;
--color-5: #ffe59e;
}
Citrus Sunrise background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6038, #ff8e3d, #ffc65c, #ffdb80, #ffe59e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6038, #ff8e3d, #ffc65c, #ffdb80, #ffe59e);
}
Similar color palettes
Citrus Sunrise color palette created on .