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