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