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