Paleta de colores Pink Blossom

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Blossom palette

Compartir esta paleta en:

CSS de la paleta de colores Pink Blossom

/* CSS */
.color-1 {
color: #ff8fa5;
}
.color-2 {
color: #ffb3c1;
}
.color-3 {
color: #ffebd1;
}
.color-4 {
color: #ffd900;
}
.color-5 {
color: #ff6e61;
}

/* CSS Variables */
:root {
--color-1: #ff8fa5;
--color-2: #ffb3c1;
--color-3: #ffebd1;
--color-4: #ffd900;
--color-5: #ff6e61;
}

CSS del degradado de fondo Pink Blossom

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff8fa5, #ffb3c1, #ffebd1, #ffd900, #ff6e61);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff8fa5, #ffb3c1, #ffebd1, #ffd900, #ff6e61);
}

Pink Blossom color palette created on .