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