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