Bright Flutter Color Palette
Discover the beautiful Bright Flutter color palette featuring salmon (#ff936e), light apricot (#fdceae), pearl lusta (#fceadc), ebb (#e9e3e4) and pigeon post (#a3bddb).
Brightness
Saturation
Warmth
๐ก What You Can Do
ColorMagic makes it easy to:
- โขCopy precise HEX codes and RGB values for your designs
- โขAdjust its brightness, saturation, and warmth to create new variations
- โขPreview UI components to see how colors work in real interfaces
- โขCopy CSS code including background gradients and color variables
- โขDownload the palette
- โขShare your palette with team members and clients
๐จ Preview UI Components
UI Examples
Explore beautiful UI components with Bright Flutter palette
๐ป Bright Flutter color palette CSS
/* CSS */
.color-1 {
color: #ff936e;
}
.color-2 {
color: #fdceae;
}
.color-3 {
color: #fceadc;
}
.color-4 {
color: #e9e3e4;
}
.color-5 {
color: #a3bddb;
}
/* CSS Variables */
:root {
--color-1: #ff936e;
--color-2: #fdceae;
--color-3: #fceadc;
--color-4: #e9e3e4;
--color-5: #a3bddb;
} ๐ Bright Flutter background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff936e, #fdceae, #fceadc, #e9e3e4, #a3bddb);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff936e, #fdceae, #fceadc, #e9e3e4, #a3bddb);
} ๐ Explore similar color palettes
Bright Flutter color palette created on .