Moon Milk Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Moon Milk palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Moon Milk

Download moon milk color palette PNG image (landscape)
Download moon milk color palette PNG image (square)

tavolozza dei colori Moon Milk CSS

/* CSS */
.color-1 {
color: #e0cfe3;
}
.color-2 {
color: #f4e1e5;
}
.color-3 {
color: #f9d8c3;
}
.color-4 {
color: #f5d599;
}
.color-5 {
color: #f0b6a3;
}

/* CSS Variables */
:root {
--color-1: #e0cfe3;
--color-2: #f4e1e5;
--color-3: #f9d8c3;
--color-4: #f5d599;
--color-5: #f0b6a3;
}

CSS con gradiente di sfondo Moon Milk

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e0cfe3, #f4e1e5, #f9d8c3, #f5d599, #f0b6a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e0cfe3, #f4e1e5, #f9d8c3, #f5d599, #f0b6a3);
}

Moon Milk color palette created on .