Muted Beige カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Muted Beige palette

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

Muted Beige カラーパレット CSS

/* CSS */
.color-1 {
color: #b0a68d;
}
.color-2 {
color: #d4cca1;
}
.color-3 {
color: #e8d6bb;
}
.color-4 {
color: #f1e3c6;
}
.color-5 {
color: #e0c6b2;
}

/* CSS Variables */
:root {
--color-1: #b0a68d;
--color-2: #d4cca1;
--color-3: #e8d6bb;
--color-4: #f1e3c6;
--color-5: #e0c6b2;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #b0a68d, #d4cca1, #e8d6bb, #f1e3c6, #e0c6b2);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #b0a68d, #d4cca1, #e8d6bb, #f1e3c6, #e0c6b2);
}

Muted Beige color palette created on .