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