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: #f4c3d6;
}
.color-2 {
color: #eab8d1;
}
.color-3 {
color: #f8e6e2;
}
.color-4 {
color: #f6b6a2;
}
.color-5 {
color: #d8798a;
}

/* CSS Variables */
:root {
--color-1: #f4c3d6;
--color-2: #eab8d1;
--color-3: #f8e6e2;
--color-4: #f6b6a2;
--color-5: #d8798a;
}

CSS del degradado de fondo Pink Blossom

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4c3d6, #eab8d1, #f8e6e2, #f6b6a2, #d8798a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4c3d6, #eab8d1, #f8e6e2, #f6b6a2, #d8798a);
}

Pink Blossom color palette created on .