Paleta de colores Whispered Cocoa Dreams

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispered Cocoa Dreams palette

Compartir esta paleta en:

CSS de la paleta de colores Whispered Cocoa Dreams

/* CSS */
.color-1 {
color: #e7d6c5;
}
.color-2 {
color: #d3c1b6;
}
.color-3 {
color: #b5a7a1;
}
.color-4 {
color: #a58a78;
}
.color-5 {
color: #8c5c4a;
}

/* CSS Variables */
:root {
--color-1: #e7d6c5;
--color-2: #d3c1b6;
--color-3: #b5a7a1;
--color-4: #a58a78;
--color-5: #8c5c4a;
}

CSS del degradado de fondo Whispered Cocoa Dreams

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e7d6c5, #d3c1b6, #b5a7a1, #a58a78, #8c5c4a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e7d6c5, #d3c1b6, #b5a7a1, #a58a78, #8c5c4a);
}

Whispered Cocoa Dreams color palette created on .