Paleta de colores Shades of Purple Moth
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Shades of Purple Moth palette
CSS de la paleta de colores Shades of Purple Moth
/* CSS */
.color-1 {
color: #d5c5ae;
}
.color-2 {
color: #c5a5b8;
}
.color-3 {
color: #b884a7;
}
.color-4 {
color: #8f5c99;
}
.color-5 {
color: #592d62;
}
/* CSS Variables */
:root {
--color-1: #d5c5ae;
--color-2: #c5a5b8;
--color-3: #b884a7;
--color-4: #8f5c99;
--color-5: #592d62;
}
CSS del degradado de fondo Shades of Purple Moth
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5c5ae, #c5a5b8, #b884a7, #8f5c99, #592d62);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5c5ae, #c5a5b8, #b884a7, #8f5c99, #592d62);
}
Paletas de colores similares
Shades of Purple Moth color palette created on .