Paleta de colores Whispering Caramel

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Whispering Caramel palette

Compartir esta paleta en:

CSS de la paleta de colores Whispering Caramel

/* CSS */
.color-1 {
color: #b89c7a;
}
.color-2 {
color: #d4b7a1;
}
.color-3 {
color: #e7d0c5;
}
.color-4 {
color: #f9ded2;
}
.color-5 {
color: #f4c8b8;
}

/* CSS Variables */
:root {
--color-1: #b89c7a;
--color-2: #d4b7a1;
--color-3: #e7d0c5;
--color-4: #f9ded2;
--color-5: #f4c8b8;
}

CSS del degradado de fondo Whispering Caramel

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b89c7a, #d4b7a1, #e7d0c5, #f9ded2, #f4c8b8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b89c7a, #d4b7a1, #e7d0c5, #f9ded2, #f4c8b8);
}

Whispering Caramel color palette created on .