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: #4e3b31;
}
.color-2 {
color: #8f5c4d;
}
.color-3 {
color: #c4a96e;
}
.color-4 {
color: #d5ba7c;
}
.color-5 {
color: #f2e6d4;
}

/* CSS Variables */
:root {
--color-1: #4e3b31;
--color-2: #8f5c4d;
--color-3: #c4a96e;
--color-4: #d5ba7c;
--color-5: #f2e6d4;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4e3b31, #8f5c4d, #c4a96e, #d5ba7c, #f2e6d4);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4e3b31, #8f5c4d, #c4a96e, #d5ba7c, #f2e6d4);
}

Burned Forest color palette created on .