Minted Enchantment Color Palette
Discover the beautiful Minted Enchantment color palette featuring magic mint (#a8f0d0), water leaf (#98e6d7), downy (#6dd5b4), keppel (#3bb59f) and green haze (#009975).
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 Minted Enchantment palette
💻 Minted Enchantment color palette CSS
/* CSS */
.color-1 {
color: #a8f0d0;
}
.color-2 {
color: #98e6d7;
}
.color-3 {
color: #6dd5b4;
}
.color-4 {
color: #3bb59f;
}
.color-5 {
color: #009975;
}
/* CSS Variables */
:root {
--color-1: #a8f0d0;
--color-2: #98e6d7;
--color-3: #6dd5b4;
--color-4: #3bb59f;
--color-5: #009975;
} 🌈 Minted Enchantment background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a8f0d0, #98e6d7, #6dd5b4, #3bb59f, #009975);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a8f0d0, #98e6d7, #6dd5b4, #3bb59f, #009975);
} 🔗 Explore similar color palettes
Minted Enchantment color palette created on .