Paleta de colores Whispering Biscotti
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispering Biscotti palette
CSS de la paleta de colores Whispering Biscotti
/* CSS */
.color-1 {
color: #e3cece;
}
.color-2 {
color: #d2b5a3;
}
.color-3 {
color: #c49782;
}
.color-4 {
color: #b07e69;
}
.color-5 {
color: #9b5e55;
}
/* CSS Variables */
:root {
--color-1: #e3cece;
--color-2: #d2b5a3;
--color-3: #c49782;
--color-4: #b07e69;
--color-5: #9b5e55;
}
CSS del degradado de fondo Whispering Biscotti
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e3cece, #d2b5a3, #c49782, #b07e69, #9b5e55);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e3cece, #d2b5a3, #c49782, #b07e69, #9b5e55);
}
Paletas de colores similares
Whispering Biscotti color palette created on .