Paleta de colores Bright Flutter

Brillo

Saturación

Calidez

UI Examples

Explore beautiful UI components with Bright Flutter palette

Compartir esta paleta en:

Descargar la paleta de colores Bright Flutter (PNG)

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

CSS de la paleta de colores Bright Flutter

/* CSS */
.color-1 {
color: #ff9470;
}
.color-2 {
color: #fdceaf;
}
.color-3 {
color: #fcebde;
}
.color-4 {
color: #e9e2e3;
}
.color-5 {
color: #a3bddb;
}

/* CSS Variables */
:root {
--color-1: #ff9470;
--color-2: #fdceaf;
--color-3: #fcebde;
--color-4: #e9e2e3;
--color-5: #a3bddb;
}

CSS del degradado de fondo Bright Flutter

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff9470, #fdceaf, #fcebde, #e9e2e3, #a3bddb);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff9470, #fdceaf, #fcebde, #e9e2e3, #a3bddb);
}

Bright Flutter color palette created on .