Fire Nation カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Fire Nation palette

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

Fire Nation カラー パレット PNG 画像

Download fire nation color palette PNG image (landscape)
Download fire nation color palette PNG image (square)

Fire Nation カラーパレット CSS

/* CSS */
.color-1 {
color: #ff5833;
}
.color-2 {
color: #c70038;
}
.color-3 {
color: #920c3f;
}
.color-4 {
color: #581845;
}
.color-5 {
color: #ffc300;
}

/* CSS Variables */
:root {
--color-1: #ff5833;
--color-2: #c70038;
--color-3: #920c3f;
--color-4: #581845;
--color-5: #ffc300;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #ff5833, #c70038, #920c3f, #581845, #ffc300);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #ff5833, #c70038, #920c3f, #581845, #ffc300);
}

Fire Nation color palette created on .