Fire of Hope カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Fire of Hope palette

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

Fire of Hope カラー パレット PNG 画像

Download fire of hope color palette PNG image (landscape)
Download fire of hope color palette PNG image (square)

Fire of Hope カラーパレット CSS

/* CSS */
.color-1 {
color: #ff6d1f;
}
.color-2 {
color: #ff9d2e;
}
.color-3 {
color: #ffcd42;
}
.color-4 {
color: #fff5b3;
}
.color-5 {
color: #ff4d4f;
}

/* CSS Variables */
:root {
--color-1: #ff6d1f;
--color-2: #ff9d2e;
--color-3: #ffcd42;
--color-4: #fff5b3;
--color-5: #ff4d4f;
}

Fire of Hope の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff6d1f, #ff9d2e, #ffcd42, #fff5b3, #ff4d4f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff6d1f, #ff9d2e, #ffcd42, #fff5b3, #ff4d4f);
}

Fire of Hope color palette created on .