Mint Harmony Color Palette
Discover the beautiful Mint Harmony color palette featuring ming (#36737d), ocean green (#3d9e8c), puerto rico (#4fbfa1), spray (#69f2c0) and ice cold (#9ff9df).
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 Harmony palette
💻 Mint Harmony color palette CSS
/* CSS */
.color-1 {
color: #36737d;
}
.color-2 {
color: #3d9e8c;
}
.color-3 {
color: #4fbfa1;
}
.color-4 {
color: #69f2c0;
}
.color-5 {
color: #9ff9df;
}
/* CSS Variables */
:root {
--color-1: #36737d;
--color-2: #3d9e8c;
--color-3: #4fbfa1;
--color-4: #69f2c0;
--color-5: #9ff9df;
} 🌈 Mint Harmony background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #36737d, #3d9e8c, #4fbfa1, #69f2c0, #9ff9df);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #36737d, #3d9e8c, #4fbfa1, #69f2c0, #9ff9df);
} 🔗 Explore similar color palettes
Mint Harmony color palette created on .