Shades of Green カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Green palette
Shades of Green カラーパレット CSS
/* CSS */
.color-1 {
color: #a6e09e;
}
.color-2 {
color: #71b300;
}
.color-3 {
color: #5c8a00;
}
.color-4 {
color: #3d6b00;
}
.color-5 {
color: #2b4d00;
}
/* CSS Variables */
:root {
--color-1: #a6e09e;
--color-2: #71b300;
--color-3: #5c8a00;
--color-4: #3d6b00;
--color-5: #2b4d00;
}
Shades of Green の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #a6e09e, #71b300, #5c8a00, #3d6b00, #2b4d00);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #a6e09e, #71b300, #5c8a00, #3d6b00, #2b4d00);
}
似たようなカラーパレット
下にスクロールして300+個の緑カラーパレットを探索しましょう
Shades of Green color palette created on .