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