Flutter Shy Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Flutter Shy palette
Color Inspiration
Images that showcase this color palette in real designs
Download Flutter Shy Color Palette (PNG)
Flutter Shy color palette CSS
/* CSS */
.color-1 {
color: #f5c7b2;
}
.color-2 {
color: #f1a7c6;
}
.color-3 {
color: #d3a2e7;
}
.color-4 {
color: #a6d8e7;
}
.color-5 {
color: #86e4a8;
}
/* CSS Variables */
:root {
--color-1: #f5c7b2;
--color-2: #f1a7c6;
--color-3: #d3a2e7;
--color-4: #a6d8e7;
--color-5: #86e4a8;
}
Flutter Shy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f5c7b2, #f1a7c6, #d3a2e7, #a6d8e7, #86e4a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f5c7b2, #f1a7c6, #d3a2e7, #a6d8e7, #86e4a8);
}
Similar color palettes
Flutter Shy color palette created on .