Green Cabbage Color Palette
Discover the beautiful Green Cabbage color palette featuring olivine (#8db17d), sprout (#b6d8a6), beryl green (#cce4bb), mint julep (#f2e8c2) and chalky (#eec889).
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 Green Cabbage palette
💻 Green Cabbage color palette CSS
/* CSS */
.color-1 {
color: #8db17d;
}
.color-2 {
color: #b6d8a6;
}
.color-3 {
color: #cce4bb;
}
.color-4 {
color: #f2e8c2;
}
.color-5 {
color: #eec889;
}
/* CSS Variables */
:root {
--color-1: #8db17d;
--color-2: #b6d8a6;
--color-3: #cce4bb;
--color-4: #f2e8c2;
--color-5: #eec889;
} 🌈 Green Cabbage background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8db17d, #b6d8a6, #cce4bb, #f2e8c2, #eec889);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8db17d, #b6d8a6, #cce4bb, #f2e8c2, #eec889);
} 🔗 Explore similar color palettes
Green Cabbage color palette created on .