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