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: #d7c0b7;
}
.color-2 {
color: #e3d0c4;
}
.color-3 {
color: #f5e7d6;
}
.color-4 {
color: #b7a89a;
}
.color-5 {
color: #e8b8a1;
}

/* CSS Variables */
:root {
--color-1: #d7c0b7;
--color-2: #e3d0c4;
--color-3: #f5e7d6;
--color-4: #b7a89a;
--color-5: #e8b8a1;
}

CSS del degradado de fondo Whispering Cookie Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d7c0b7, #e3d0c4, #f5e7d6, #b7a89a, #e8b8a1);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d7c0b7, #e3d0c4, #f5e7d6, #b7a89a, #e8b8a1);
}

Whispering Cookie Dreams color palette created on .