Electric Citrus Vibes Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Electric Citrus Vibes palette
Electric Citrus Vibes color palette CSS
/* CSS */
.color-1 {
color: #f6df2c;
}
.color-2 {
color: #f5a524;
}
.color-3 {
color: #d60032;
}
.color-4 {
color: #4b91e2;
}
.color-5 {
color: #7dd421;
}
/* CSS Variables */
:root {
--color-1: #f6df2c;
--color-2: #f5a524;
--color-3: #d60032;
--color-4: #4b91e2;
--color-5: #7dd421;
}
Electric Citrus Vibes background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6df2c, #f5a524, #d60032, #4b91e2, #7dd421);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6df2c, #f5a524, #d60032, #4b91e2, #7dd421);
}
Similar color palettes
Scroll down to explore 600+ Bright color palettes
Electric Citrus Vibes color palette created on .