Paleta de colores Whispering Cookie Crumbs

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispering Cookie Crumbs palette

Compartir esta paleta en:

CSS de la paleta de colores Whispering Cookie Crumbs

/* CSS */
.color-1 {
color: #e6d7c1;
}
.color-2 {
color: #d2c6b6;
}
.color-3 {
color: #c6b29f;
}
.color-4 {
color: #d5b59f;
}
.color-5 {
color: #ead0c3;
}

/* CSS Variables */
:root {
--color-1: #e6d7c1;
--color-2: #d2c6b6;
--color-3: #c6b29f;
--color-4: #d5b59f;
--color-5: #ead0c3;
}

CSS del degradado de fondo Whispering Cookie Crumbs

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e6d7c1, #d2c6b6, #c6b29f, #d5b59f, #ead0c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e6d7c1, #d2c6b6, #c6b29f, #d5b59f, #ead0c3);
}

Whispering Cookie Crumbs color palette created on .