Mint Oasis Color Palette
Discover the beautiful Mint Oasis color palette featuring aqua island (#a9e0d0), vista blue (#7ed3b2), fountain blue (#5dc6a8), keppel (#3dae97) and elm (#1f8e7c).
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 Oasis palette
💻 Mint Oasis color palette CSS
/* CSS */
.color-1 {
color: #a9e0d0;
}
.color-2 {
color: #7ed3b2;
}
.color-3 {
color: #5dc6a8;
}
.color-4 {
color: #3dae97;
}
.color-5 {
color: #1f8e7c;
}
/* CSS Variables */
:root {
--color-1: #a9e0d0;
--color-2: #7ed3b2;
--color-3: #5dc6a8;
--color-4: #3dae97;
--color-5: #1f8e7c;
} 🌈 Mint Oasis background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a9e0d0, #7ed3b2, #5dc6a8, #3dae97, #1f8e7c);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a9e0d0, #7ed3b2, #5dc6a8, #3dae97, #1f8e7c);
} 🔗 Explore similar color palettes
Mint Oasis color palette created on .