Muted Earth カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Muted Earth palette

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

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

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

Muted Earth カラーパレット CSS

/* CSS */
.color-1 {
color: #799a8e;
}
.color-2 {
color: #b0bfb4;
}
.color-3 {
color: #d4dac8;
}
.color-4 {
color: #d6c2a4;
}
.color-5 {
color: #b89989;
}

/* CSS Variables */
:root {
--color-1: #799a8e;
--color-2: #b0bfb4;
--color-3: #d4dac8;
--color-4: #d6c2a4;
--color-5: #b89989;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #799a8e, #b0bfb4, #d4dac8, #d6c2a4, #b89989);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #799a8e, #b0bfb4, #d4dac8, #d6c2a4, #b89989);
}

Muted Earth color palette created on .