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