Natural Earth カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Natural Earth palette

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

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

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

Natural Earth カラーパレット CSS

/* CSS */
.color-1 {
color: #895b29;
}
.color-2 {
color: #c1996c;
}
.color-3 {
color: #f2d4a6;
}
.color-4 {
color: #8d5a3a;
}
.color-5 {
color: #4e3b31;
}

/* CSS Variables */
:root {
--color-1: #895b29;
--color-2: #c1996c;
--color-3: #f2d4a6;
--color-4: #8d5a3a;
--color-5: #4e3b31;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #895b29, #c1996c, #f2d4a6, #8d5a3a, #4e3b31);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #895b29, #c1996c, #f2d4a6, #8d5a3a, #4e3b31);
}

Natural Earth color palette created on .