Paleta de colores Pink Flutter

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Pink Flutter palette

Compartir esta paleta en:

CSS de la paleta de colores Pink Flutter

/* CSS */
.color-1 {
color: #ffc2e3;
}
.color-2 {
color: #ffb3e2;
}
.color-3 {
color: #ff9ec6;
}
.color-4 {
color: #ff80b2;
}
.color-5 {
color: #ff6b9a;
}

/* CSS Variables */
:root {
--color-1: #ffc2e3;
--color-2: #ffb3e2;
--color-3: #ff9ec6;
--color-4: #ff80b2;
--color-5: #ff6b9a;
}

CSS del degradado de fondo Pink Flutter

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffc2e3, #ffb3e2, #ff9ec6, #ff80b2, #ff6b9a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffc2e3, #ffb3e2, #ff9ec6, #ff80b2, #ff6b9a);
}

Pink Flutter color palette created on .