70s Chartreuse Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with 70s Chartreuse palette
70s Chartreuse color palette PNG image
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);
}
Similar color palettes
70s Chartreuse color palette created on .