Paleta de colores Pink Cherry Blossom

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Cherry Blossom palette

Compartir esta paleta en:

CSS de la paleta de colores Pink Cherry Blossom

/* CSS */
.color-1 {
color: #f4c3d8;
}
.color-2 {
color: #f7b1bf;
}
.color-3 {
color: #fbaf93;
}
.color-4 {
color: #f6bb3c;
}
.color-5 {
color: #a1d06c;
}

/* CSS Variables */
:root {
--color-1: #f4c3d8;
--color-2: #f7b1bf;
--color-3: #fbaf93;
--color-4: #f6bb3c;
--color-5: #a1d06c;
}

CSS del degradado de fondo Pink Cherry Blossom

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c3d8, #f7b1bf, #fbaf93, #f6bb3c, #a1d06c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c3d8, #f7b1bf, #fbaf93, #f6bb3c, #a1d06c);
}

Pink Cherry Blossom color palette created on .