Brown Forest カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Brown Forest palette

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

Brown Forest カラーパレット (PNG) をダウンロード

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

Brown Forest カラーパレット CSS

/* CSS */
.color-1 {
color: #3a2c2e;
}
.color-2 {
color: #5d4c4e;
}
.color-3 {
color: #8a7c75;
}
.color-4 {
color: #d1c6b3;
}
.color-5 {
color: #f4e2c3;
}

/* CSS Variables */
:root {
--color-1: #3a2c2e;
--color-2: #5d4c4e;
--color-3: #8a7c75;
--color-4: #d1c6b3;
--color-5: #f4e2c3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a2c2e, #5d4c4e, #8a7c75, #d1c6b3, #f4e2c3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a2c2e, #5d4c4e, #8a7c75, #d1c6b3, #f4e2c3);
}

Brown Forest color palette created on .