Milly Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Milly palette

Share this palette to:

Milly color palette PNG image

Download milly color palette PNG image (landscape)
Download milly color palette PNG image (square)

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);
}

Milly color palette created on .