Electric Citrus Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Electric Citrus palette

Share this palette to:

Electric Citrus color palette CSS

/* CSS */
.color-1 {
color: #b2d100;
}
.color-2 {
color: #a8d600;
}
.color-3 {
color: #9ad600;
}
.color-4 {
color: #f5e900;
}
.color-5 {
color: #ffaa00;
}

/* CSS Variables */
:root {
--color-1: #b2d100;
--color-2: #a8d600;
--color-3: #9ad600;
--color-4: #f5e900;
--color-5: #ffaa00;
}

Electric Citrus background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b2d100, #a8d600, #9ad600, #f5e900, #ffaa00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b2d100, #a8d600, #9ad600, #f5e900, #ffaa00);
}

Electric Citrus color palette created on .