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: #4b2c2a;
}
.color-2 {
color: #7e4b3a;
}
.color-3 {
color: #c87b5b;
}
.color-4 {
color: #f1b96a;
}
.color-5 {
color: #f9e9b4;
}

/* CSS Variables */
:root {
--color-1: #4b2c2a;
--color-2: #7e4b3a;
--color-3: #c87b5b;
--color-4: #f1b96a;
--color-5: #f9e9b4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4b2c2a, #7e4b3a, #c87b5b, #f1b96a, #f9e9b4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4b2c2a, #7e4b3a, #c87b5b, #f1b96a, #f9e9b4);
}

Burned Forest color palette created on .