Flareon カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Flareon palette

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

Flareon カラー パレット PNG 画像

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

Flareon カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ffa91f;
}
.color-3 {
color: #ffd900;
}
.color-4 {
color: #f5c400;
}
.color-5 {
color: #ffcc00;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ffa91f;
--color-3: #ffd900;
--color-4: #f5c400;
--color-5: #ffcc00;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ffa91f, #ffd900, #f5c400, #ffcc00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ffa91f, #ffd900, #f5c400, #ffcc00);
}

Flareon color palette created on .