Flutter Shy Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Flutter Shy palette
Flutter Shy color palette CSS
/* CSS */
.color-1 {
color: #f6d0b1;
}
.color-2 {
color: #f5a8c3;
}
.color-3 {
color: #b6e2e0;
}
.color-4 {
color: #69bf9c;
}
.color-5 {
color: #4a9ec4;
}
/* CSS Variables */
:root {
--color-1: #f6d0b1;
--color-2: #f5a8c3;
--color-3: #b6e2e0;
--color-4: #69bf9c;
--color-5: #4a9ec4;
}
Flutter Shy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f6d0b1, #f5a8c3, #b6e2e0, #69bf9c, #4a9ec4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f6d0b1, #f5a8c3, #b6e2e0, #69bf9c, #4a9ec4);
}
Similar color palettes
Scroll down to explore 200+ Pink color palettes
Flutter Shy color palette created on .