Paleta de colores Blushing Blooms

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blushing Blooms palette

Compartir esta paleta en:

CSS de la paleta de colores Blushing Blooms

/* CSS */
.color-1 {
color: #ffbdcd;
}
.color-2 {
color: #ffd1d2;
}
.color-3 {
color: #ffdbde;
}
.color-4 {
color: #ffb8c1;
}
.color-5 {
color: #ec7eb7;
}

/* CSS Variables */
:root {
--color-1: #ffbdcd;
--color-2: #ffd1d2;
--color-3: #ffdbde;
--color-4: #ffb8c1;
--color-5: #ec7eb7;
}

CSS del degradado de fondo Blushing Blooms

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffbdcd, #ffd1d2, #ffdbde, #ffb8c1, #ec7eb7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffbdcd, #ffd1d2, #ffdbde, #ffb8c1, #ec7eb7);
}

Blushing Blooms color palette created on .