Flutter カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Flutter palette

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

Flutter カラーパレット (PNG) をダウンロード

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

Flutter カラーパレット CSS

/* CSS */
.color-1 {
color: #f8c9af;
}
.color-2 {
color: #f0a3b5;
}
.color-3 {
color: #a8d2e1;
}
.color-4 {
color: #6cb6e4;
}
.color-5 {
color: #4b91e2;
}

/* CSS Variables */
:root {
--color-1: #f8c9af;
--color-2: #f0a3b5;
--color-3: #a8d2e1;
--color-4: #6cb6e4;
--color-5: #4b91e2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f8c9af, #f0a3b5, #a8d2e1, #6cb6e4, #4b91e2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f8c9af, #f0a3b5, #a8d2e1, #6cb6e4, #4b91e2);
}

Flutter color palette created on .