Muted Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Muted Green palette

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

Muted Green カラーパレット CSS

/* CSS */
.color-1 {
color: #7e9d7b;
}
.color-2 {
color: #a6c9a9;
}
.color-3 {
color: #f2e1a1;
}
.color-4 {
color: #d3b355;
}
.color-5 {
color: #9b4b5c;
}

/* CSS Variables */
:root {
--color-1: #7e9d7b;
--color-2: #a6c9a9;
--color-3: #f2e1a1;
--color-4: #d3b355;
--color-5: #9b4b5c;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7e9d7b, #a6c9a9, #f2e1a1, #d3b355, #9b4b5c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7e9d7b, #a6c9a9, #f2e1a1, #d3b355, #9b4b5c);
}

Muted Green color palette created on .