Bright Flutter Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Bright Flutter palette
Bright Flutter color palette PNG image
Bright Flutter color palette CSS
/* 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;
}
Bright Flutter background gradient CSS
/* 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);
}
Similar color palettes
Scroll down to explore 40+ Apricot color palettes
Bright Flutter color palette created on .