Mint Garden Color Palette
Discover the beautiful Mint Garden color palette featuring mint tulip (#c3f4eb), morning glory (#9ee0d3), half baked (#7cc5be), tradewind (#4fb0a5) and lochinvar (#2a8a8d).
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 Mint Garden palette
💻 Mint Garden color palette CSS
/* CSS */
.color-1 {
color: #c3f4eb;
}
.color-2 {
color: #9ee0d3;
}
.color-3 {
color: #7cc5be;
}
.color-4 {
color: #4fb0a5;
}
.color-5 {
color: #2a8a8d;
}
/* CSS Variables */
:root {
--color-1: #c3f4eb;
--color-2: #9ee0d3;
--color-3: #7cc5be;
--color-4: #4fb0a5;
--color-5: #2a8a8d;
}
🌈 Mint Garden background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c3f4eb, #9ee0d3, #7cc5be, #4fb0a5, #2a8a8d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c3f4eb, #9ee0d3, #7cc5be, #4fb0a5, #2a8a8d);
}
🔗 Explore similar color palettes
Mint Garden color palette created on .