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: #f3e5d8;
}
.color-2 {
color: #c8b4a7;
}
.color-3 {
color: #a68f7d;
}
.color-4 {
color: #734b3a;
}
.color-5 {
color: #502d2b;
}

/* CSS Variables */
:root {
--color-1: #f3e5d8;
--color-2: #c8b4a7;
--color-3: #a68f7d;
--color-4: #734b3a;
--color-5: #502d2b;
}

CSS del degradado de fondo Whispering Cookie Crumbs

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f3e5d8, #c8b4a7, #a68f7d, #734b3a, #502d2b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f3e5d8, #c8b4a7, #a68f7d, #734b3a, #502d2b);
}

Whispering Cookie Crumbs color palette created on .