Muted Burgundy カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Muted Burgundy palette

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

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

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

Muted Burgundy カラーパレット CSS

/* CSS */
.color-1 {
color: #d5b3c0;
}
.color-2 {
color: #a46a8e;
}
.color-3 {
color: #704d7a;
}
.color-4 {
color: #3f2d4e;
}
.color-5 {
color: #1e0f29;
}

/* CSS Variables */
:root {
--color-1: #d5b3c0;
--color-2: #a46a8e;
--color-3: #704d7a;
--color-4: #3f2d4e;
--color-5: #1e0f29;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d5b3c0, #a46a8e, #704d7a, #3f2d4e, #1e0f29);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d5b3c0, #a46a8e, #704d7a, #3f2d4e, #1e0f29);
}

Muted Burgundy color palette created on .