Andean Emerald Gold Color Palette
Discover the beautiful Andean Emerald Gold color palette featuring fun green (#007a33), school bus yellow (#ffd900), camarone (#006127), corn (#e6c300) and crusoe (#004d1c).
Brightness
Saturation
Warmth
Our color palette generator created this versatile color scheme which shares characteristics with color palettes and combinations.
💡 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 Andean Emerald Gold palette
💻 Andean Emerald Gold color palette CSS
/* CSS */
.color-1 {
color: #007a33;
}
.color-2 {
color: #ffd900;
}
.color-3 {
color: #006127;
}
.color-4 {
color: #e6c300;
}
.color-5 {
color: #004d1c;
}
/* CSS Variables */
:root {
--color-1: #007a33;
--color-2: #ffd900;
--color-3: #006127;
--color-4: #e6c300;
--color-5: #004d1c;
} 🌈 Andean Emerald Gold background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #007a33, #ffd900, #006127, #e6c300, #004d1c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #007a33, #ffd900, #006127, #e6c300, #004d1c);
} Andean Emerald Gold color palette created on .