Verde Agua y Otros Color Palette
Discover the beautiful Verde Agua y Otros color palette featuring cruise (#afe9d9), algae green (#94e1b5), downy (#6cd0a0), emerald (#4bc383) and mountain meadow (#11a661).
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 Agua y Otros palette
💻 Verde Agua y Otros color palette CSS
/* CSS */
.color-1 {
color: #afe9d9;
}
.color-2 {
color: #94e1b5;
}
.color-3 {
color: #6cd0a0;
}
.color-4 {
color: #4bc383;
}
.color-5 {
color: #11a661;
}
/* CSS Variables */
:root {
--color-1: #afe9d9;
--color-2: #94e1b5;
--color-3: #6cd0a0;
--color-4: #4bc383;
--color-5: #11a661;
} 🌈 Verde Agua y Otros background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #afe9d9, #94e1b5, #6cd0a0, #4bc383, #11a661);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #afe9d9, #94e1b5, #6cd0a0, #4bc383, #11a661);
} 🔗 Explore similar color palettes
Verde Agua y Otros color palette created on .