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