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: #f2b76e;
}
.color-2 {
color: #f1c84b;
}
.color-3 {
color: #f2e8b5;
}
.color-4 {
color: #f7a1c2;
}
.color-5 {
color: #f27db2;
}

/* CSS Variables */
:root {
--color-1: #f2b76e;
--color-2: #f1c84b;
--color-3: #f2e8b5;
--color-4: #f7a1c2;
--color-5: #f27db2;
}

Fluttershy の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f2b76e, #f1c84b, #f2e8b5, #f7a1c2, #f27db2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f2b76e, #f1c84b, #f2e8b5, #f7a1c2, #f27db2);
}

Fluttershy color palette created on .