Acid Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Acid palette
Color Inspiration
Images that showcase this color palette in real designs
Download Acid Color Palette (PNG)
Acid color palette CSS
/* CSS */
.color-1 {
color: #00ff00;
}
.color-2 {
color: #00cc00;
}
.color-3 {
color: #009900;
}
.color-4 {
color: #007500;
}
.color-5 {
color: #004200;
}
/* CSS Variables */
:root {
--color-1: #00ff00;
--color-2: #00cc00;
--color-3: #009900;
--color-4: #007500;
--color-5: #004200;
}
Acid background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #00ff00, #00cc00, #009900, #007500, #004200);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #00ff00, #00cc00, #009900, #007500, #004200);
}
Similar color palettes
Scroll down to explore 200+ Bright color palettes
Acid color palette created on .