Paleta de colores Whispers of the Moth
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of the Moth palette
CSS de la paleta de colores Whispers of the Moth
/* CSS */
.color-1 {
color: #a67d9c;
}
.color-2 {
color: #c4a4d5;
}
.color-3 {
color: #eab8d1;
}
.color-4 {
color: #f6d0d0;
}
.color-5 {
color: #f9c34e;
}
/* CSS Variables */
:root {
--color-1: #a67d9c;
--color-2: #c4a4d5;
--color-3: #eab8d1;
--color-4: #f6d0d0;
--color-5: #f9c34e;
}
CSS del degradado de fondo Whispers of the Moth
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a67d9c, #c4a4d5, #eab8d1, #f6d0d0, #f9c34e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a67d9c, #c4a4d5, #eab8d1, #f6d0d0, #f9c34e);
}
Paletas de colores similares
Whispers of the Moth color palette created on .