Deep Green Forest カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Deep Green Forest palette

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

Deep Green Forest カラー パレット PNG 画像

Download deep green forest color palette PNG image (landscape)
Download deep green forest color palette PNG image (square)

Deep Green Forest カラーパレット CSS

/* CSS */
.color-1 {
color: #476248;
}
.color-2 {
color: #385640;
}
.color-3 {
color: #2e4835;
}
.color-4 {
color: #1f3827;
}
.color-5 {
color: #0f291c;
}

/* CSS Variables */
:root {
--color-1: #476248;
--color-2: #385640;
--color-3: #2e4835;
--color-4: #1f3827;
--color-5: #0f291c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #476248, #385640, #2e4835, #1f3827, #0f291c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #476248, #385640, #2e4835, #1f3827, #0f291c);
}

Deep Green Forest color palette created on .