Burned Forest カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Burned Forest palette

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

Burned Forest カラー パレット PNG 画像

Download burned forest color palette PNG image (landscape)
Download burned forest color palette PNG image (square)

Burned Forest カラーパレット CSS

/* CSS */
.color-1 {
color: #9c3e2b;
}
.color-2 {
color: #d04d2f;
}
.color-3 {
color: #f1b74b;
}
.color-4 {
color: #506e3f;
}
.color-5 {
color: #1c3b34;
}

/* CSS Variables */
:root {
--color-1: #9c3e2b;
--color-2: #d04d2f;
--color-3: #f1b74b;
--color-4: #506e3f;
--color-5: #1c3b34;
}

Burned Forest の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #9c3e2b, #d04d2f, #f1b74b, #506e3f, #1c3b34);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #9c3e2b, #d04d2f, #f1b74b, #506e3f, #1c3b34);
}

Burned Forest color palette created on .