Green Avocado Color Palette
Discover the beautiful Green Avocado color palette featuring pesto (#6b8a3d), olive green (#a4b95b), deco (#d0e1a8), citrine white (#f4f9d7) and ecru white (#f1f5e6).
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 Avocado palette
💻 Green Avocado color palette CSS
/* CSS */
.color-1 {
color: #6b8a3d;
}
.color-2 {
color: #a4b95b;
}
.color-3 {
color: #d0e1a8;
}
.color-4 {
color: #f4f9d7;
}
.color-5 {
color: #f1f5e6;
}
/* CSS Variables */
:root {
--color-1: #6b8a3d;
--color-2: #a4b95b;
--color-3: #d0e1a8;
--color-4: #f4f9d7;
--color-5: #f1f5e6;
} 🌈 Green Avocado background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #6b8a3d, #a4b95b, #d0e1a8, #f4f9d7, #f1f5e6);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #6b8a3d, #a4b95b, #d0e1a8, #f4f9d7, #f1f5e6);
} 🔗 Explore similar color palettes
Green Avocado color palette created on .