Soft Earth カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Soft Earth palette

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

Soft Earth カラーパレット (PNG) をダウンロード

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

Soft Earth カラーパレット CSS

/* CSS */
.color-1 {
color: #f1d0c1;
}
.color-2 {
color: #e2b8a1;
}
.color-3 {
color: #d69a8a;
}
.color-4 {
color: #c57a6d;
}
.color-5 {
color: #b05a54;
}

/* CSS Variables */
:root {
--color-1: #f1d0c1;
--color-2: #e2b8a1;
--color-3: #d69a8a;
--color-4: #c57a6d;
--color-5: #b05a54;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f1d0c1, #e2b8a1, #d69a8a, #c57a6d, #b05a54);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f1d0c1, #e2b8a1, #d69a8a, #c57a6d, #b05a54);
}

Soft Earth color palette created on .