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