Mint Chocolate Dream Color Palette
Discover the beautiful Mint Chocolate Dream color palette featuring skeptic (#b8e0d2), sinbad (#a5d5c5), acapulco (#7eb4a6), patina (#5c8a89) and mineral green (#3b5e5b).
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: #b8e0d2;
}
.color-2 {
color: #a5d5c5;
}
.color-3 {
color: #7eb4a6;
}
.color-4 {
color: #5c8a89;
}
.color-5 {
color: #3b5e5b;
}
/* CSS Variables */
:root {
--color-1: #b8e0d2;
--color-2: #a5d5c5;
--color-3: #7eb4a6;
--color-4: #5c8a89;
--color-5: #3b5e5b;
} 🌈 Mint Chocolate Dream background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b8e0d2, #a5d5c5, #7eb4a6, #5c8a89, #3b5e5b);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b8e0d2, #a5d5c5, #7eb4a6, #5c8a89, #3b5e5b);
} 🔗 Explore similar color palettes
Mint Chocolate Dream color palette created on .