Paleta de colores Blossom Blush

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Blossom Blush palette

Compartir esta paleta en:

CSS de la paleta de colores Blossom Blush

/* CSS */
.color-1 {
color: #f7cadb;
}
.color-2 {
color: #f4a4bf;
}
.color-3 {
color: #f27d9c;
}
.color-4 {
color: #d25b75;
}
.color-5 {
color: #a84d61;
}

/* CSS Variables */
:root {
--color-1: #f7cadb;
--color-2: #f4a4bf;
--color-3: #f27d9c;
--color-4: #d25b75;
--color-5: #a84d61;
}

CSS del degradado de fondo Blossom Blush

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7cadb, #f4a4bf, #f27d9c, #d25b75, #a84d61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7cadb, #f4a4bf, #f27d9c, #d25b75, #a84d61);
}

Blossom Blush color palette created on .