Moonlight Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Moonlight palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Moonlight

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

tavolozza dei colori Moonlight CSS

/* CSS */
.color-1 {
color: #f1e7df;
}
.color-2 {
color: #d6c7d0;
}
.color-3 {
color: #98809d;
}
.color-4 {
color: #5b4b81;
}
.color-5 {
color: #2b2b73;
}

/* CSS Variables */
:root {
--color-1: #f1e7df;
--color-2: #d6c7d0;
--color-3: #98809d;
--color-4: #5b4b81;
--color-5: #2b2b73;
}

CSS con gradiente di sfondo Moonlight

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1e7df, #d6c7d0, #98809d, #5b4b81, #2b2b73);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1e7df, #d6c7d0, #98809d, #5b4b81, #2b2b73);
}

Moonlight color palette created on .