Fluttershy Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Fluttershy palette
Fluttershy color palette PNG image
Fluttershy color palette CSS
/* CSS */
.color-1 {
color: #f7d6a1;
}
.color-2 {
color: #f5b7e2;
}
.color-3 {
color: #f9c5a9;
}
.color-4 {
color: #f7e4a6;
}
.color-5 {
color: #e0b2f0;
}
/* CSS Variables */
:root {
--color-1: #f7d6a1;
--color-2: #f5b7e2;
--color-3: #f9c5a9;
--color-4: #f7e4a6;
--color-5: #e0b2f0;
}
Fluttershy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7d6a1, #f5b7e2, #f9c5a9, #f7e4a6, #e0b2f0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7d6a1, #f5b7e2, #f9c5a9, #f7e4a6, #e0b2f0);
}
Similar color palettes
Scroll down to explore 100+ Pastel color palettes
Fluttershy color palette created on .