Muted Green カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Muted Green palette

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

Muted Green カラー パレット PNG 画像

Download muted green color palette PNG image (landscape)
Download muted green color palette PNG image (square)

Muted Green カラーパレット CSS

/* CSS */
.color-1 {
color: #5b807b;
}
.color-2 {
color: #a1afa3;
}
.color-3 {
color: #d7c3b2;
}
.color-4 {
color: #d9cbaf;
}
.color-5 {
color: #e4b5a0;
}

/* CSS Variables */
:root {
--color-1: #5b807b;
--color-2: #a1afa3;
--color-3: #d7c3b2;
--color-4: #d9cbaf;
--color-5: #e4b5a0;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #5b807b, #a1afa3, #d7c3b2, #d9cbaf, #e4b5a0);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #5b807b, #a1afa3, #d7c3b2, #d9cbaf, #e4b5a0);
}

Muted Green color palette created on .