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: #ff337e;
}
.color-2 {
color: #ff5c95;
}
.color-3 {
color: #ff80ac;
}
.color-4 {
color: #ffb3c3;
}
.color-5 {
color: #ffd1db;
}

/* CSS Variables */
:root {
--color-1: #ff337e;
--color-2: #ff5c95;
--color-3: #ff80ac;
--color-4: #ffb3c3;
--color-5: #ffd1db;
}

CSS del degradado de fondo Blushing Blossoms

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff337e, #ff5c95, #ff80ac, #ffb3c3, #ffd1db);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff337e, #ff5c95, #ff80ac, #ffb3c3, #ffd1db);
}

Blushing Blossoms color palette created on .