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