Minty Bliss Color Palette
Discover the beautiful Minty Bliss color palette featuring granny smith apple (#8fdc8f), emerald (#5dcb8d), ocean green (#3da98a), elm (#1b886b) and deep sea green (#0d6e59).
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 Minty Bliss palette
💻 Minty Bliss color palette CSS
/* CSS */
.color-1 {
color: #8fdc8f;
}
.color-2 {
color: #5dcb8d;
}
.color-3 {
color: #3da98a;
}
.color-4 {
color: #1b886b;
}
.color-5 {
color: #0d6e59;
}
/* CSS Variables */
:root {
--color-1: #8fdc8f;
--color-2: #5dcb8d;
--color-3: #3da98a;
--color-4: #1b886b;
--color-5: #0d6e59;
} 🌈 Minty Bliss background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8fdc8f, #5dcb8d, #3da98a, #1b886b, #0d6e59);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8fdc8f, #5dcb8d, #3da98a, #1b886b, #0d6e59);
} 🔗 Explore similar color palettes
Minty Bliss color palette created on .