Muted Beige カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Muted Beige palette

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

Muted Beige カラーパレット CSS

/* CSS */
.color-1 {
color: #e5c2b3;
}
.color-2 {
color: #d1baad;
}
.color-3 {
color: #b79f9a;
}
.color-4 {
color: #998a8c;
}
.color-5 {
color: #7c7a79;
}

/* CSS Variables */
:root {
--color-1: #e5c2b3;
--color-2: #d1baad;
--color-3: #b79f9a;
--color-4: #998a8c;
--color-5: #7c7a79;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e5c2b3, #d1baad, #b79f9a, #998a8c, #7c7a79);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e5c2b3, #d1baad, #b79f9a, #998a8c, #7c7a79);
}

Muted Beige color palette created on .