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