Minty Greens Color Palette
Discover the beautiful Minty Greens color palette featuring conifer (#a3d55d), granny smith apple (#8fdc90), downy (#62c6b7), puerto rico (#3dbd9b) and mountain meadow (#1c9b91).
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 Minty Greens palette
💻 Minty Greens color palette CSS
/* CSS */
.color-1 {
color: #a3d55d;
}
.color-2 {
color: #8fdc90;
}
.color-3 {
color: #62c6b7;
}
.color-4 {
color: #3dbd9b;
}
.color-5 {
color: #1c9b91;
}
/* CSS Variables */
:root {
--color-1: #a3d55d;
--color-2: #8fdc90;
--color-3: #62c6b7;
--color-4: #3dbd9b;
--color-5: #1c9b91;
}
🌈 Minty Greens background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a3d55d, #8fdc90, #62c6b7, #3dbd9b, #1c9b91);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a3d55d, #8fdc90, #62c6b7, #3dbd9b, #1c9b91);
}
🔗 Explore similar color palettes
Minty Greens color palette created on .