Verde Manzana Color Palette
Discover the beautiful Verde Manzana color palette featuring celadon (#a6e0a3), mantis (#6ecf7c), fruit salad (#4ca957), goblin (#3c8b4c) and green pea (#296a3c).
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 Verde Manzana palette
💻 Verde Manzana color palette CSS
/* CSS */
.color-1 {
color: #a6e0a3;
}
.color-2 {
color: #6ecf7c;
}
.color-3 {
color: #4ca957;
}
.color-4 {
color: #3c8b4c;
}
.color-5 {
color: #296a3c;
}
/* CSS Variables */
:root {
--color-1: #a6e0a3;
--color-2: #6ecf7c;
--color-3: #4ca957;
--color-4: #3c8b4c;
--color-5: #296a3c;
} 🌈 Verde Manzana background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6e0a3, #6ecf7c, #4ca957, #3c8b4c, #296a3c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6e0a3, #6ecf7c, #4ca957, #3c8b4c, #296a3c);
} 🔗 Explore similar color palettes
Verde Manzana color palette created on .