Montaña Color Palette
Discover the beautiful Montaña color palette featuring goblin (#3a7e3b), fruit salad (#5c9b4b), olivine (#8ebf69), granny smith apple (#b9e7a6) and orinoco (#e9f9d2).
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 Montaña palette
💻 Montaña color palette CSS
/* CSS */
.color-1 {
color: #3a7e3b;
}
.color-2 {
color: #5c9b4b;
}
.color-3 {
color: #8ebf69;
}
.color-4 {
color: #b9e7a6;
}
.color-5 {
color: #e9f9d2;
}
/* CSS Variables */
:root {
--color-1: #3a7e3b;
--color-2: #5c9b4b;
--color-3: #8ebf69;
--color-4: #b9e7a6;
--color-5: #e9f9d2;
} 🌈 Montaña background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a7e3b, #5c9b4b, #8ebf69, #b9e7a6, #e9f9d2);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a7e3b, #5c9b4b, #8ebf69, #b9e7a6, #e9f9d2);
} 🔗 Explore similar color palettes
Montaña color palette created on .