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