Paleta de colores Whispering Cookie Crumble
Brillo
Saturación
Calidez
UI Examples
Explore beautiful UI components with Whispering Cookie Crumble palette
CSS de la paleta de colores Whispering Cookie Crumble
/* CSS */
.color-1 {
color: #ead8c2;
}
.color-2 {
color: #d8c7b1;
}
.color-3 {
color: #bfaf9c;
}
.color-4 {
color: #a48b7f;
}
.color-5 {
color: #8b6f5b;
}
/* CSS Variables */
:root {
--color-1: #ead8c2;
--color-2: #d8c7b1;
--color-3: #bfaf9c;
--color-4: #a48b7f;
--color-5: #8b6f5b;
}
CSS del degradado de fondo Whispering Cookie Crumble
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ead8c2, #d8c7b1, #bfaf9c, #a48b7f, #8b6f5b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ead8c2, #d8c7b1, #bfaf9c, #a48b7f, #8b6f5b);
}
Paletas de colores similares
Whispering Cookie Crumble color palette created on .