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