Mint Cream Color Palette
A fresh mint palette with cool green undertones. Ideal for health, eco, and clean beauty brands.
Mint Dark
HEX: #52b788
RGB: rgb(82, 183, 136)
HSL: hsl(152, 41%, 52%)
Fresh Mint
HEX: #76d6a8
RGB: rgb(118, 214, 168)
HSL: hsl(151, 54%, 65%)
Mint
HEX: #98e4c4
RGB: rgb(152, 228, 196)
HSL: hsl(155, 58%, 75%)
Mint Light
HEX: #c0f0d8
RGB: rgb(192, 240, 216)
HSL: hsl(150, 62%, 85%)
Mint Cream
HEX: #e5faf0
RGB: rgb(229, 250, 240)
HSL: hsl(151, 68%, 94%)
CSS Variables
:root {
--mint-cream-1: #52b788;
--mint-cream-2: #76d6a8;
--mint-cream-3: #98e4c4;
--mint-cream-4: #c0f0d8;
--mint-cream-5: #e5faf0;
} Tailwind CSS Config
// tailwind.config.js
module.exports = {
theme: {
extend: {
colors: {
'mint-cream': {
'100': '#52b788',
'200': '#76d6a8',
'300': '#98e4c4',
'400': '#c0f0d8',
'500': '#e5faf0',
},
},
},
},
} Use Cases
Clean beauty
Organic food brands
Health apps
Dental practices
Related Palettes
Frequently Asked Questions
What makes mint a fresh-feeling color?▾
Mint combines the calming effect of blue with the renewal energy of green. It is psychologically associated with cleanliness, freshness, and youth.
How do I add depth to a mint palette?▾
Combine mint with deeper greens or teals for depth. Add warm accents like coral or gold to prevent the palette from feeling too cold.