Mi-Ma Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Mi-Ma palette
Mi-Ma color palette PNG image
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);
}
Similar color palettes
Scroll down to explore 10+ Aesthetic color palettes
Mi-Ma color palette created on .