Lavender Moth Tavolozza dei colori

Luminosità

Saturazione

Calore

UI Examples

Explore beautiful UI components with Lavender Moth palette

Condividi questa palette a:

tavolozza dei colori Lavender Moth CSS

/* CSS */
.color-1 {
color: #aea1d4;
}
.color-2 {
color: #d4afc4;
}
.color-3 {
color: #f6d79d;
}
.color-4 {
color: #f9ad80;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #aea1d4;
--color-2: #d4afc4;
--color-3: #f6d79d;
--color-4: #f9ad80;
--color-5: #ff6e61;
}

CSS con gradiente di sfondo Lavender Moth

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #aea1d4, #d4afc4, #f6d79d, #f9ad80, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #aea1d4, #d4afc4, #f6d79d, #f9ad80, #ff6e61);
}

Lavender Moth color palette created on .