Muted Beige カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Muted Beige palette

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

Muted Beige カラーパレット CSS

/* CSS */
.color-1 {
color: #f4e1a4;
}
.color-2 {
color: #d1c6a8;
}
.color-3 {
color: #c7b2a3;
}
.color-4 {
color: #9d7b8c;
}
.color-5 {
color: #5a4e65;
}

/* CSS Variables */
:root {
--color-1: #f4e1a4;
--color-2: #d1c6a8;
--color-3: #c7b2a3;
--color-4: #9d7b8c;
--color-5: #5a4e65;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f4e1a4, #d1c6a8, #c7b2a3, #9d7b8c, #5a4e65);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f4e1a4, #d1c6a8, #c7b2a3, #9d7b8c, #5a4e65);
}

Muted Beige color palette created on .