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: #ffb3c1;
}
.color-2 {
color: #ff6e61;
}
.color-3 {
color: #ff9f80;
}
.color-4 {
color: #ffcf9e;
}
.color-5 {
color: #ffd900;
}

/* CSS Variables */
:root {
--color-1: #ffb3c1;
--color-2: #ff6e61;
--color-3: #ff9f80;
--color-4: #ffcf9e;
--color-5: #ffd900;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ffb3c1, #ff6e61, #ff9f80, #ffcf9e, #ffd900);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ffb3c1, #ff6e61, #ff9f80, #ffcf9e, #ffd900);
}

Flutter color palette created on .