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