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: #f9d4a4;
}
.color-2 {
color: #f6a2c1;
}
.color-3 {
color: #e5b5ed;
}
.color-4 {
color: #a4d6e5;
}
.color-5 {
color: #f4e09f;
}
/* CSS Variables */
:root {
--color-1: #f9d4a4;
--color-2: #f6a2c1;
--color-3: #e5b5ed;
--color-4: #a4d6e5;
--color-5: #f4e09f;
}
Fluttershy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9d4a4, #f6a2c1, #e5b5ed, #a4d6e5, #f4e09f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9d4a4, #f6a2c1, #e5b5ed, #a4d6e5, #f4e09f);
}
Similar color palettes
Scroll down to explore 200+ Pink color palettes
Fluttershy color palette created on .