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: #f1b1c9;
}
.color-2 {
color: #e7a6c9;
}
.color-3 {
color: #d69ec6;
}
.color-4 {
color: #e5b3d8;
}
.color-5 {
color: #f5c7d7;
}

/* CSS Variables */
:root {
--color-1: #f1b1c9;
--color-2: #e7a6c9;
--color-3: #d69ec6;
--color-4: #e5b3d8;
--color-5: #f5c7d7;
}

CSS del degradado de fondo Blushing Blossoms

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1b1c9, #e7a6c9, #d69ec6, #e5b3d8, #f5c7d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1b1c9, #e7a6c9, #d69ec6, #e5b3d8, #f5c7d7);
}

Blushing Blossoms color palette created on .