Green Mold カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Green Mold palette

このパレットを共有する先:

Green Mold カラーパレット CSS

/* CSS */
.color-1 {
color: #4a6e2b;
}
.color-2 {
color: #708f3d;
}
.color-3 {
color: #9dbf5f;
}
.color-4 {
color: #c4e6a3;
}
.color-5 {
color: #e4f7b0;
}

/* CSS Variables */
:root {
--color-1: #4a6e2b;
--color-2: #708f3d;
--color-3: #9dbf5f;
--color-4: #c4e6a3;
--color-5: #e4f7b0;
}

Green Mold の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #4a6e2b, #708f3d, #9dbf5f, #c4e6a3, #e4f7b0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #4a6e2b, #708f3d, #9dbf5f, #c4e6a3, #e4f7b0);
}

Green Mold color palette created on .