Loading...

Shades of Jungle Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Jungle Green palette

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

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

Download shades of jungle green color palette PNG image (landscape)
Download shades of jungle green color palette PNG image (square)

Shades of Jungle Green カラーパレット CSS

/* CSS */
.color-1 {
color: #1fbd8b;
}
.color-2 {
color: #4ddba2;
}
.color-3 {
color: #a7e7c2;
}
.color-4 {
color: #e5f8e2;
}
.color-5 {
color: #f5fffa;
}

/* CSS Variables */
:root {
--color-1: #1fbd8b;
--color-2: #4ddba2;
--color-3: #a7e7c2;
--color-4: #e5f8e2;
--color-5: #f5fffa;
}

Shades of Jungle Green の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1fbd8b, #4ddba2, #a7e7c2, #e5f8e2, #f5fffa);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1fbd8b, #4ddba2, #a7e7c2, #e5f8e2, #f5fffa);
}

Shades of Jungle Green color palette created on .