Fluttershy カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Fluttershy palette

このパレットを共有する先:

Fluttershy カラー パレット PNG 画像

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

Fluttershy カラーパレット 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 の背景のグラデーション 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);
}

Fluttershy color palette created on .