Mint Chocolate Dream Color Palette
Discover the beautiful Mint Chocolate Dream color palette featuring turquoise (#4fd8c2), keppel (#3bb0a6), lochinvar (#2f8987), casal (#2a605f) and te papa green (#1e3e39).
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 Chocolate Dream palette
💻 Mint Chocolate Dream color palette CSS
/* CSS */
.color-1 {
color: #4fd8c2;
}
.color-2 {
color: #3bb0a6;
}
.color-3 {
color: #2f8987;
}
.color-4 {
color: #2a605f;
}
.color-5 {
color: #1e3e39;
}
/* CSS Variables */
:root {
--color-1: #4fd8c2;
--color-2: #3bb0a6;
--color-3: #2f8987;
--color-4: #2a605f;
--color-5: #1e3e39;
} 🌈 Mint Chocolate Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4fd8c2, #3bb0a6, #2f8987, #2a605f, #1e3e39);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4fd8c2, #3bb0a6, #2f8987, #2a605f, #1e3e39);
} 🔗 Explore similar color palettes
Mint Chocolate Dream color palette created on .