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