Green Forest カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Green Forest palette

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

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

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

Green Forest カラーパレット CSS

/* CSS */
.color-1 {
color: #2e492d;
}
.color-2 {
color: #4b8151;
}
.color-3 {
color: #7bbf6e;
}
.color-4 {
color: #a2d9a1;
}
.color-5 {
color: #e1f4e5;
}

/* CSS Variables */
:root {
--color-1: #2e492d;
--color-2: #4b8151;
--color-3: #7bbf6e;
--color-4: #a2d9a1;
--color-5: #e1f4e5;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #2e492d, #4b8151, #7bbf6e, #a2d9a1, #e1f4e5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #2e492d, #4b8151, #7bbf6e, #a2d9a1, #e1f4e5);
}

Green Forest color palette created on .