Green Forest カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Green Forest palette
Green Forest カラーパレット CSS
/* CSS */
.color-1 {
color: #4cae4f;
}
.color-2 {
color: #3e8e41;
}
.color-3 {
color: #2c6e2b;
}
.color-4 {
color: #8bc34b;
}
.color-5 {
color: #c4e0a3;
}
/* CSS Variables */
:root {
--color-1: #4cae4f;
--color-2: #3e8e41;
--color-3: #2c6e2b;
--color-4: #8bc34b;
--color-5: #c4e0a3;
}
Green Forest の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4cae4f, #3e8e41, #2c6e2b, #8bc34b, #c4e0a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4cae4f, #3e8e41, #2c6e2b, #8bc34b, #c4e0a3);
}
似たようなカラーパレット
Green Forest color palette created on .