Green Rainforest カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Green Rainforest palette

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

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

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

Green Rainforest カラーパレット CSS

/* CSS */
.color-1 {
color: #447454;
}
.color-2 {
color: #6ba87c;
}
.color-3 {
color: #96c598;
}
.color-4 {
color: #e1d1a3;
}
.color-5 {
color: #8d6653;
}

/* CSS Variables */
:root {
--color-1: #447454;
--color-2: #6ba87c;
--color-3: #96c598;
--color-4: #e1d1a3;
--color-5: #8d6653;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #447454, #6ba87c, #96c598, #e1d1a3, #8d6653);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #447454, #6ba87c, #96c598, #e1d1a3, #8d6653);
}

Green Rainforest color palette created on .