Acid Color Palette
Discover the beautiful Acid color palette featuring harlequin (#47ff2a), lima (#59ea34), sunglow (#ffdf2a), orange (#ff642a) and wild strawberry (#ff4193).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Acid palette
💻 Acid color palette CSS
/* CSS */
.color-1 {
color: #47ff2a;
}
.color-2 {
color: #59ea34;
}
.color-3 {
color: #ffdf2a;
}
.color-4 {
color: #ff642a;
}
.color-5 {
color: #ff4193;
}
/* CSS Variables */
:root {
--color-1: #47ff2a;
--color-2: #59ea34;
--color-3: #ffdf2a;
--color-4: #ff642a;
--color-5: #ff4193;
} 🌈 Acid background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #47ff2a, #59ea34, #ffdf2a, #ff642a, #ff4193);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #47ff2a, #59ea34, #ffdf2a, #ff642a, #ff4193);
} 🔗 Explore similar color palettes
Acid color palette created on .