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