Warm Earth カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Warm Earth palette

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

Warm Earth カラーパレット CSS

/* CSS */
.color-1 {
color: #dfaf8b;
}
.color-2 {
color: #a86b4d;
}
.color-3 {
color: #7d503b;
}
.color-4 {
color: #c7b300;
}
.color-5 {
color: #e8a15e;
}

/* CSS Variables */
:root {
--color-1: #dfaf8b;
--color-2: #a86b4d;
--color-3: #7d503b;
--color-4: #c7b300;
--color-5: #e8a15e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #dfaf8b, #a86b4d, #7d503b, #c7b300, #e8a15e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #dfaf8b, #a86b4d, #7d503b, #c7b300, #e8a15e);
}

Warm Earth color palette created on .