Electric Lime Shades Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Electric Lime Shades palette

Share this palette to:

Electric Lime Shades color palette CSS

/* CSS */
.color-1 {
color: #b2ff00;
}
.color-2 {
color: #a4d600;
}
.color-3 {
color: #98b300;
}
.color-4 {
color: #8a8f00;
}
.color-5 {
color: #807d00;
}

/* CSS Variables */
:root {
--color-1: #b2ff00;
--color-2: #a4d600;
--color-3: #98b300;
--color-4: #8a8f00;
--color-5: #807d00;
}

Electric Lime Shades background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b2ff00, #a4d600, #98b300, #8a8f00, #807d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b2ff00, #a4d600, #98b300, #8a8f00, #807d00);
}

Electric Lime Shades color palette created on .