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