Green Evil カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Green Evil palette
Green Evil カラーパレット CSS
/* CSS */
.color-1 {
color: #799a2d;
}
.color-2 {
color: #3b5c2d;
}
.color-3 {
color: #2f3c25;
}
.color-4 {
color: #b2c64e;
}
.color-5 {
color: #b9e34f;
}
/* CSS Variables */
:root {
--color-1: #799a2d;
--color-2: #3b5c2d;
--color-3: #2f3c25;
--color-4: #b2c64e;
--color-5: #b9e34f;
}
Green Evil の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #799a2d, #3b5c2d, #2f3c25, #b2c64e, #b9e34f);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #799a2d, #3b5c2d, #2f3c25, #b2c64e, #b9e34f);
}
似たようなカラーパレット
Green Evil color palette created on .