Fluttershy Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Fluttershy palette

Share this palette to:

Fluttershy color palette PNG image

Download fluttershy color palette PNG image (landscape)
Download fluttershy color palette PNG image (square)

Fluttershy color palette CSS

/* CSS */
.color-1 {
color: #f9e59f;
}
.color-2 {
color: #f5c2d4;
}
.color-3 {
color: #f2a1d3;
}
.color-4 {
color: #e88dcb;
}
.color-5 {
color: #d680bc;
}

/* CSS Variables */
:root {
--color-1: #f9e59f;
--color-2: #f5c2d4;
--color-3: #f2a1d3;
--color-4: #e88dcb;
--color-5: #d680bc;
}

Fluttershy background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f9e59f, #f5c2d4, #f2a1d3, #e88dcb, #d680bc);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f9e59f, #f5c2d4, #f2a1d3, #e88dcb, #d680bc);
}

Fluttershy color palette created on .