Electric Forest Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Electric Forest palette

Share this palette to:

Electric Forest color palette CSS

/* CSS */
.color-1 {
color: #00ff00;
}
.color-2 {
color: #66cc00;
}
.color-3 {
color: #339900;
}
.color-4 {
color: #005700;
}
.color-5 {
color: #001f00;
}

/* CSS Variables */
:root {
--color-1: #00ff00;
--color-2: #66cc00;
--color-3: #339900;
--color-4: #005700;
--color-5: #001f00;
}

Electric Forest background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00ff00, #66cc00, #339900, #005700, #001f00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00ff00, #66cc00, #339900, #005700, #001f00);
}

Electric Forest color palette created on .