Mi-Ma Color Palette
Discover the beautiful Mi-Ma color palette featuring blumine (#1b5074), breaker bay (#509b8e), vista blue (#8ed7b3), beryl green (#d6e6c1) and goldenrod (#f9d66c).
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 Mi-Ma palette
💻 Mi-Ma color palette CSS
/* CSS */
.color-1 {
color: #1b5074;
}
.color-2 {
color: #509b8e;
}
.color-3 {
color: #8ed7b3;
}
.color-4 {
color: #d6e6c1;
}
.color-5 {
color: #f9d66c;
}
/* CSS Variables */
:root {
--color-1: #1b5074;
--color-2: #509b8e;
--color-3: #8ed7b3;
--color-4: #d6e6c1;
--color-5: #f9d66c;
}
🌈 Mi-Ma background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1b5074, #509b8e, #8ed7b3, #d6e6c1, #f9d66c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1b5074, #509b8e, #8ed7b3, #d6e6c1, #f9d66c);
}
🔗 Explore similar color palettes
Mi-Ma color palette created on .