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