Chocolate Mint Color Palette
Discover the beautiful Chocolate Mint color palette featuring aqua forest (#4f9c78), sinbad (#a4d5d1), iceberg (#e4f6f1), cameo (#d9b5a6) and ironstone (#794a39).
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 Chocolate Mint palette
💻 Chocolate Mint color palette CSS
/* CSS */
.color-1 {
color: #4f9c78;
}
.color-2 {
color: #a4d5d1;
}
.color-3 {
color: #e4f6f1;
}
.color-4 {
color: #d9b5a6;
}
.color-5 {
color: #794a39;
}
/* CSS Variables */
:root {
--color-1: #4f9c78;
--color-2: #a4d5d1;
--color-3: #e4f6f1;
--color-4: #d9b5a6;
--color-5: #794a39;
}
🌈 Chocolate Mint background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4f9c78, #a4d5d1, #e4f6f1, #d9b5a6, #794a39);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4f9c78, #a4d5d1, #e4f6f1, #d9b5a6, #794a39);
}
🔗 Explore similar color palettes
Chocolate Mint color palette created on .