Citrus Breeze Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Citrus Breeze palette
Citrus Breeze color palette CSS
/* CSS */
.color-1 {
color: #a3d55d;
}
.color-2 {
color: #4b91e2;
}
.color-3 {
color: #f5a524;
}
.color-4 {
color: #f0b17a;
}
.color-5 {
color: #d33131;
}
/* CSS Variables */
:root {
--color-1: #a3d55d;
--color-2: #4b91e2;
--color-3: #f5a524;
--color-4: #f0b17a;
--color-5: #d33131;
}
Citrus Breeze background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d55d, #4b91e2, #f5a524, #f0b17a, #d33131);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d55d, #4b91e2, #f5a524, #f0b17a, #d33131);
}
Similar color palettes
Citrus Breeze color palette created on .