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: #3b3b3b;
}
.color-2 {
color: #7b5b5b;
}
.color-3 {
color: #b9b1e7;
}
.color-4 {
color: #4f3030;
}
.color-5 {
color: #4e4e6e;
}

/* CSS Variables */
:root {
--color-1: #3b3b3b;
--color-2: #7b5b5b;
--color-3: #b9b1e7;
--color-4: #4f3030;
--color-5: #4e4e6e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #3b3b3b, #7b5b5b, #b9b1e7, #4f3030, #4e4e6e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #3b3b3b, #7b5b5b, #b9b1e7, #4f3030, #4e4e6e);
}

Muted Elegance color palette created on .