Paleta de colores Blushing Blossom

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blushing Blossom palette

Compartir esta paleta en:

CSS de la paleta de colores Blushing Blossom

/* CSS */
.color-1 {
color: #dda1d8;
}
.color-2 {
color: #eab8d1;
}
.color-3 {
color: #f5c8c2;
}
.color-4 {
color: #f4a9c0;
}
.color-5 {
color: #d57c9b;
}

/* CSS Variables */
:root {
--color-1: #dda1d8;
--color-2: #eab8d1;
--color-3: #f5c8c2;
--color-4: #f4a9c0;
--color-5: #d57c9b;
}

CSS del degradado de fondo Blushing Blossom

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dda1d8, #eab8d1, #f5c8c2, #f4a9c0, #d57c9b);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dda1d8, #eab8d1, #f5c8c2, #f4a9c0, #d57c9b);
}

Blushing Blossom color palette created on .