Forest カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Forest palette
カラーインスピレーション
実際のデザインでこのカラーパレットを紹介する画像
Forest カラーパレット (PNG) をダウンロード
Forest カラーパレット CSS
/* CSS */
.color-1 {
color: #3a6a2f;
}
.color-2 {
color: #5b893e;
}
.color-3 {
color: #8bbb58;
}
.color-4 {
color: #b4d97d;
}
.color-5 {
color: #e1f3a5;
}
/* CSS Variables */
:root {
--color-1: #3a6a2f;
--color-2: #5b893e;
--color-3: #8bbb58;
--color-4: #b4d97d;
--color-5: #e1f3a5;
}
Forest の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3a6a2f, #5b893e, #8bbb58, #b4d97d, #e1f3a5);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3a6a2f, #5b893e, #8bbb58, #b4d97d, #e1f3a5);
}
似たようなカラーパレット
Forest color palette created on .