Paleta de colores Whispers of the Maw
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispers of the Maw palette
CSS de la paleta de colores Whispers of the Maw
/* CSS */
.color-1 {
color: #9c6f9f;
}
.color-2 {
color: #b48ac7;
}
.color-3 {
color: #f2d4e1;
}
.color-4 {
color: #fbc2a7;
}
.color-5 {
color: #e8a67d;
}
/* CSS Variables */
:root {
--color-1: #9c6f9f;
--color-2: #b48ac7;
--color-3: #f2d4e1;
--color-4: #fbc2a7;
--color-5: #e8a67d;
}
CSS del degradado de fondo Whispers of the Maw
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c6f9f, #b48ac7, #f2d4e1, #fbc2a7, #e8a67d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c6f9f, #b48ac7, #f2d4e1, #fbc2a7, #e8a67d);
}
Paletas de colores similares
Desplázate hacia abajo para explorar 200+ paletas de colores Estético
Whispers of the Maw color palette created on .