Paleta de colores Whispering Cookie Dreams

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispering Cookie Dreams palette

Compartir esta paleta en:

CSS de la paleta de colores Whispering Cookie Dreams

/* CSS */
.color-1 {
color: #f0e5c7;
}
.color-2 {
color: #d6c8b8;
}
.color-3 {
color: #c3b1a2;
}
.color-4 {
color: #a58d91;
}
.color-5 {
color: #7d6b5e;
}

/* CSS Variables */
:root {
--color-1: #f0e5c7;
--color-2: #d6c8b8;
--color-3: #c3b1a2;
--color-4: #a58d91;
--color-5: #7d6b5e;
}

CSS del degradado de fondo Whispering Cookie Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f0e5c7, #d6c8b8, #c3b1a2, #a58d91, #7d6b5e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f0e5c7, #d6c8b8, #c3b1a2, #a58d91, #7d6b5e);
}

Whispering Cookie Dreams color palette created on .