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