Milly Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Milly palette
Color Inspiration
Images that showcase this color palette in real designs
Download Milly Color Palette (PNG)
Milly color palette CSS
/* CSS */
.color-1 {
color: #ffb3d1;
}
.color-2 {
color: #ff7092;
}
.color-3 {
color: #ff4d4f;
}
.color-4 {
color: #f9d66c;
}
.color-5 {
color: #62c0bf;
}
/* CSS Variables */
:root {
--color-1: #ffb3d1;
--color-2: #ff7092;
--color-3: #ff4d4f;
--color-4: #f9d66c;
--color-5: #62c0bf;
}
Milly background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3d1, #ff7092, #ff4d4f, #f9d66c, #62c0bf);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3d1, #ff7092, #ff4d4f, #f9d66c, #62c0bf);
}
Similar color palettes
Milly color palette created on .