Shades of Jungle Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Shades of Jungle Green palette

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

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

/* CSS */
.color-1 {
color: #1e6c4f;
}
.color-2 {
color: #3bc480;
}
.color-3 {
color: #6be6a6;
}
.color-4 {
color: #98f1c0;
}
.color-5 {
color: #c6f6e3;
}

/* CSS Variables */
:root {
--color-1: #1e6c4f;
--color-2: #3bc480;
--color-3: #6be6a6;
--color-4: #98f1c0;
--color-5: #c6f6e3;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1e6c4f, #3bc480, #6be6a6, #98f1c0, #c6f6e3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1e6c4f, #3bc480, #6be6a6, #98f1c0, #c6f6e3);
}

Shades of Jungle Green color palette created on .