Paleta de colores Pink Flower Dance

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Flower Dance palette

Compartir esta paleta en:

CSS de la paleta de colores Pink Flower Dance

/* CSS */
.color-1 {
color: #ff7092;
}
.color-2 {
color: #ffcc99;
}
.color-3 {
color: #ffb84d;
}
.color-4 {
color: #ff8b42;
}
.color-5 {
color: #ff3d5a;
}

/* CSS Variables */
:root {
--color-1: #ff7092;
--color-2: #ffcc99;
--color-3: #ffb84d;
--color-4: #ff8b42;
--color-5: #ff3d5a;
}

CSS del degradado de fondo Pink Flower Dance

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff7092, #ffcc99, #ffb84d, #ff8b42, #ff3d5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff7092, #ffcc99, #ffb84d, #ff8b42, #ff3d5a);
}

Pink Flower Dance color palette created on .