Paleta de colores Pink Flowers

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Flowers palette

Compartir esta paleta en:

CSS de la paleta de colores Pink Flowers

/* CSS */
.color-1 {
color: #f7a1b5;
}
.color-2 {
color: #ffb84d;
}
.color-3 {
color: #ffda8a;
}
.color-4 {
color: #a7d7b8;
}
.color-5 {
color: #b7e1d7;
}

/* CSS Variables */
:root {
--color-1: #f7a1b5;
--color-2: #ffb84d;
--color-3: #ffda8a;
--color-4: #a7d7b8;
--color-5: #b7e1d7;
}

CSS del degradado de fondo Pink Flowers

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7a1b5, #ffb84d, #ffda8a, #a7d7b8, #b7e1d7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7a1b5, #ffb84d, #ffda8a, #a7d7b8, #b7e1d7);
}

Pink Flowers color palette created on .