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