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: #1abc8c;
}
.color-2 {
color: #3ddb6d;
}
.color-3 {
color: #a7e6a2;
}
.color-4 {
color: #e1f7c5;
}
.color-5 {
color: #b9e9d9;
}
/* CSS Variables */
:root {
--color-1: #1abc8c;
--color-2: #3ddb6d;
--color-3: #a7e6a2;
--color-4: #e1f7c5;
--color-5: #b9e9d9;
}
Shades of Jungle Green の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #1abc8c, #3ddb6d, #a7e6a2, #e1f7c5, #b9e9d9);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #1abc8c, #3ddb6d, #a7e6a2, #e1f7c5, #b9e9d9);
}
似たようなカラーパレット
Shades of Jungle Green color palette created on .