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: #7c4d1d;
}
.color-2 {
color: #32814f;
}
.color-3 {
color: #a4c8df;
}
.color-4 {
color: #2b3d50;
}
.color-5 {
color: #6c4c41;
}

/* CSS Variables */
:root {
--color-1: #7c4d1d;
--color-2: #32814f;
--color-3: #a4c8df;
--color-4: #2b3d50;
--color-5: #6c4c41;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7c4d1d, #32814f, #a4c8df, #2b3d50, #6c4c41);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7c4d1d, #32814f, #a4c8df, #2b3d50, #6c4c41);
}

Earthy Tones color palette created on .