70s Chartreuse Color Palette
Discover the beautiful 70s Chartreuse color palette featuring rio grande (#b2c200), pistachio (#a1c200), pistachio (#8abd00), rio grande (#b5d100) and turbo (#f5e400).
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 70s Chartreuse palette
💻 70s Chartreuse color palette CSS
/* CSS */
.color-1 {
color: #b2c200;
}
.color-2 {
color: #a1c200;
}
.color-3 {
color: #8abd00;
}
.color-4 {
color: #b5d100;
}
.color-5 {
color: #f5e400;
}
/* CSS Variables */
:root {
--color-1: #b2c200;
--color-2: #a1c200;
--color-3: #8abd00;
--color-4: #b5d100;
--color-5: #f5e400;
} 🌈 70s Chartreuse background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b2c200, #a1c200, #8abd00, #b5d100, #f5e400);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b2c200, #a1c200, #8abd00, #b5d100, #f5e400);
} 🔗 Explore similar color palettes
70s Chartreuse color palette created on .