Earthy Tones カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Earthy Tones palette

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

Earthy Tones カラー パレット PNG 画像

Download earthy tones color palette PNG image (landscape)
Download earthy tones color palette PNG image (square)

Earthy Tones カラーパレット CSS

/* CSS */
.color-1 {
color: #8f6f4d;
}
.color-2 {
color: #c6a86c;
}
.color-3 {
color: #d1c394;
}
.color-4 {
color: #dfd4b3;
}
.color-5 {
color: #d3b58d;
}

/* CSS Variables */
:root {
--color-1: #8f6f4d;
--color-2: #c6a86c;
--color-3: #d1c394;
--color-4: #dfd4b3;
--color-5: #d3b58d;
}

Earthy Tones の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8f6f4d, #c6a86c, #d1c394, #dfd4b3, #d3b58d);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8f6f4d, #c6a86c, #d1c394, #dfd4b3, #d3b58d);
}

Earthy Tones color palette created on .