Paleta de colores Blushing Blossoms

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blushing Blossoms palette

Compartir esta paleta en:

CSS de la paleta de colores Blushing Blossoms

/* CSS */
.color-1 {
color: #fefbfc;
}
.color-2 {
color: #f3c9d4;
}
.color-3 {
color: #e8a6b4;
}
.color-4 {
color: #d6809e;
}
.color-5 {
color: #c05483;
}

/* CSS Variables */
:root {
--color-1: #fefbfc;
--color-2: #f3c9d4;
--color-3: #e8a6b4;
--color-4: #d6809e;
--color-5: #c05483;
}

CSS del degradado de fondo Blushing Blossoms

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fefbfc, #f3c9d4, #e8a6b4, #d6809e, #c05483);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fefbfc, #f3c9d4, #e8a6b4, #d6809e, #c05483);
}

Blushing Blossoms color palette created on .