Moth Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Moth palette

Condividi questa palette a:

Immagine PNG della tavolozza dei colori Moth

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

tavolozza dei colori Moth CSS

/* CSS */
.color-1 {
color: #bdb3db;
}
.color-2 {
color: #dbd0eb;
}
.color-3 {
color: #eee9f6;
}
.color-4 {
color: #fbe0c6;
}
.color-5 {
color: #ecc7ac;
}

/* CSS Variables */
:root {
--color-1: #bdb3db;
--color-2: #dbd0eb;
--color-3: #eee9f6;
--color-4: #fbe0c6;
--color-5: #ecc7ac;
}

CSS con gradiente di sfondo Moth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #bdb3db, #dbd0eb, #eee9f6, #fbe0c6, #ecc7ac);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #bdb3db, #dbd0eb, #eee9f6, #fbe0c6, #ecc7ac);
}

Moth color palette created on .