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