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: #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 の背景のグラデーション 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);
}

Fluttershy color palette created on .