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