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