Muted Elegance カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Muted Elegance palette

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

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

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

Muted Elegance カラーパレット CSS

/* CSS */
.color-1 {
color: #c0c0a0;
}
.color-2 {
color: #b6ae3e;
}
.color-3 {
color: #4f4f4f;
}
.color-4 {
color: #d1d19f;
}
.color-5 {
color: #c1b13e;
}

/* CSS Variables */
:root {
--color-1: #c0c0a0;
--color-2: #b6ae3e;
--color-3: #4f4f4f;
--color-4: #d1d19f;
--color-5: #c1b13e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c0c0a0, #b6ae3e, #4f4f4f, #d1d19f, #c1b13e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c0c0a0, #b6ae3e, #4f4f4f, #d1d19f, #c1b13e);
}

Muted Elegance color palette created on .