Minty Fresh Color Palette
Discover the beautiful Minty Fresh color palette featuring padua (#a6e2cf), bermuda (#7fdcba), puerto rico (#51c8a8), jungle green (#2ab79d) and persian green (#009e8c).
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 Fresh palette
💻 Minty Fresh color palette CSS
/* CSS */
.color-1 {
color: #a6e2cf;
}
.color-2 {
color: #7fdcba;
}
.color-3 {
color: #51c8a8;
}
.color-4 {
color: #2ab79d;
}
.color-5 {
color: #009e8c;
}
/* CSS Variables */
:root {
--color-1: #a6e2cf;
--color-2: #7fdcba;
--color-3: #51c8a8;
--color-4: #2ab79d;
--color-5: #009e8c;
}
🌈 Minty Fresh background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6e2cf, #7fdcba, #51c8a8, #2ab79d, #009e8c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6e2cf, #7fdcba, #51c8a8, #2ab79d, #009e8c);
}
🔗 Explore similar color palettes
Minty Fresh color palette created on .