Paleta de colores Flutter

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Flutter palette

Compartir esta paleta en:

Descargar la paleta de colores Flutter (PNG)

Download flutter color palette PNG image (landscape)
Download flutter color palette PNG image (square)

CSS de la paleta de colores Flutter

/* CSS */
.color-1 {
color: #f8c9af;
}
.color-2 {
color: #f0a3b5;
}
.color-3 {
color: #a8d2e1;
}
.color-4 {
color: #6cb6e4;
}
.color-5 {
color: #4b91e2;
}

/* CSS Variables */
:root {
--color-1: #f8c9af;
--color-2: #f0a3b5;
--color-3: #a8d2e1;
--color-4: #6cb6e4;
--color-5: #4b91e2;
}

CSS del degradado de fondo Flutter

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c9af, #f0a3b5, #a8d2e1, #6cb6e4, #4b91e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c9af, #f0a3b5, #a8d2e1, #6cb6e4, #4b91e2);
}

Flutter color palette created on .