Neutral Forest カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Neutral Forest palette

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

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

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

Neutral Forest カラーパレット CSS

/* CSS */
.color-1 {
color: #e9d3b9;
}
.color-2 {
color: #b29c7b;
}
.color-3 {
color: #e4d6c8;
}
.color-4 {
color: #9ab7a0;
}
.color-5 {
color: #2e5c3d;
}

/* CSS Variables */
:root {
--color-1: #e9d3b9;
--color-2: #b29c7b;
--color-3: #e4d6c8;
--color-4: #9ab7a0;
--color-5: #2e5c3d;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e9d3b9, #b29c7b, #e4d6c8, #9ab7a0, #2e5c3d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e9d3b9, #b29c7b, #e4d6c8, #9ab7a0, #2e5c3d);
}

Neutral Forest color palette created on .