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