Citrus Serenade Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Citrus Serenade palette
Citrus Serenade color palette CSS
/* CSS */
.color-1 {
color: #ff6e61;
}
.color-2 {
color: #ff8b42;
}
.color-3 {
color: #ffb861;
}
.color-4 {
color: #f2d43a;
}
.color-5 {
color: #c0d100;
}
/* CSS Variables */
:root {
--color-1: #ff6e61;
--color-2: #ff8b42;
--color-3: #ffb861;
--color-4: #f2d43a;
--color-5: #c0d100;
}
Citrus Serenade background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6e61, #ff8b42, #ffb861, #f2d43a, #c0d100);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6e61, #ff8b42, #ffb861, #f2d43a, #c0d100);
}
Similar color palettes
Scroll down to explore 200+ Orange color palettes
Citrus Serenade color palette created on .