Moth Tavolozza dei colori
Luminosità
Saturazione
Calore
UI Examples
Explore beautiful UI components with Moth palette
Immagine PNG della tavolozza dei colori Moth
tavolozza dei colori Moth CSS
/* CSS */
.color-1 {
color: #c8bed5;
}
.color-2 {
color: #9e86b1;
}
.color-3 {
color: #7d5f95;
}
.color-4 {
color: #4a3772;
}
.color-5 {
color: #2b1650;
}
/* CSS Variables */
:root {
--color-1: #c8bed5;
--color-2: #9e86b1;
--color-3: #7d5f95;
--color-4: #4a3772;
--color-5: #2b1650;
}
CSS con gradiente di sfondo Moth
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c8bed5, #9e86b1, #7d5f95, #4a3772, #2b1650);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c8bed5, #9e86b1, #7d5f95, #4a3772, #2b1650);
}
Tavolozze di colori simili
Scorri verso il basso per esplorare 40+ tavolozzas di colori Lavanda
Moth color palette created on .