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: #fddde3;
}
.color-2 {
color: #fed2dd;
}
.color-3 {
color: #fec8c9;
}
.color-4 {
color: #febab4;
}
.color-5 {
color: #fe9aae;
}

/* CSS Variables */
:root {
--color-1: #fddde3;
--color-2: #fed2dd;
--color-3: #fec8c9;
--color-4: #febab4;
--color-5: #fe9aae;
}

CSS del degradado de fondo Pink Blossom

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #fddde3, #fed2dd, #fec8c9, #febab4, #fe9aae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #fddde3, #fed2dd, #fec8c9, #febab4, #fe9aae);
}

Pink Blossom color palette created on .