Pink Fluttershy Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Pink Fluttershy palette
Pink Fluttershy color palette CSS
/* CSS */
.color-1 {
color: #f1a7ca;
}
.color-2 {
color: #ffc29e;
}
.color-3 {
color: #ffb3b3;
}
.color-4 {
color: #ff6e61;
}
.color-5 {
color: #f6d5a7;
}
/* CSS Variables */
:root {
--color-1: #f1a7ca;
--color-2: #ffc29e;
--color-3: #ffb3b3;
--color-4: #ff6e61;
--color-5: #f6d5a7;
}
Pink Fluttershy background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1a7ca, #ffc29e, #ffb3b3, #ff6e61, #f6d5a7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1a7ca, #ffc29e, #ffb3b3, #ff6e61, #f6d5a7);
}
Similar color palettes
Pink Fluttershy color palette created on .