Citrus Groove Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Citrus Groove palette
Citrus Groove color palette CSS
/* CSS */
.color-1 {
color: #e0574d;
}
.color-2 {
color: #ff8f5c;
}
.color-3 {
color: #f1b350;
}
.color-4 {
color: #f4d780;
}
.color-5 {
color: #a2d94a;
}
/* CSS Variables */
:root {
--color-1: #e0574d;
--color-2: #ff8f5c;
--color-3: #f1b350;
--color-4: #f4d780;
--color-5: #a2d94a;
}
Citrus Groove background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0574d, #ff8f5c, #f1b350, #f4d780, #a2d94a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0574d, #ff8f5c, #f1b350, #f4d780, #a2d94a);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
Citrus Groove color palette created on .