Paleta de colores Blushing Bouquet

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blushing Bouquet palette

Compartir esta paleta en:

CSS de la paleta de colores Blushing Bouquet

/* CSS */
.color-1 {
color: #fee4d2;
}
.color-2 {
color: #f8b9d8;
}
.color-3 {
color: #f28cbc;
}
.color-4 {
color: #d24b91;
}
.color-5 {
color: #a13a71;
}

/* CSS Variables */
:root {
--color-1: #fee4d2;
--color-2: #f8b9d8;
--color-3: #f28cbc;
--color-4: #d24b91;
--color-5: #a13a71;
}

CSS del degradado de fondo Blushing Bouquet

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fee4d2, #f8b9d8, #f28cbc, #d24b91, #a13a71);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fee4d2, #f8b9d8, #f28cbc, #d24b91, #a13a71);
}

Blushing Bouquet color palette created on .