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