Paleta de colores Whispering Cookie Crumble

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispering Cookie Crumble palette

Compartir esta paleta en:

CSS de la paleta de colores Whispering Cookie Crumble

/* CSS */
.color-1 {
color: #e5cec2;
}
.color-2 {
color: #d7b19d;
}
.color-3 {
color: #bfaf9c;
}
.color-4 {
color: #a68f5e;
}
.color-5 {
color: #8b5d3c;
}

/* CSS Variables */
:root {
--color-1: #e5cec2;
--color-2: #d7b19d;
--color-3: #bfaf9c;
--color-4: #a68f5e;
--color-5: #8b5d3c;
}

CSS del degradado de fondo Whispering Cookie Crumble

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5cec2, #d7b19d, #bfaf9c, #a68f5e, #8b5d3c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5cec2, #d7b19d, #bfaf9c, #a68f5e, #8b5d3c);
}

Whispering Cookie Crumble color palette created on .