Shades of Green カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Shades of Green palette
Shades of Green カラーパレット CSS
/* CSS */
.color-1 {
color: #006b4f;
}
.color-2 {
color: #009e5c;
}
.color-3 {
color: #00b34d;
}
.color-4 {
color: #3ddb82;
}
.color-5 {
color: #a8e1ae;
}
/* CSS Variables */
:root {
--color-1: #006b4f;
--color-2: #009e5c;
--color-3: #00b34d;
--color-4: #3ddb82;
--color-5: #a8e1ae;
}
Shades of Green の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #006b4f, #009e5c, #00b34d, #3ddb82, #a8e1ae);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #006b4f, #009e5c, #00b34d, #3ddb82, #a8e1ae);
}
似たようなカラーパレット
Shades of Green color palette created on .