Earthy Brown カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Earthy Brown palette

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

Earthy Brown カラーパレット CSS

/* CSS */
.color-1 {
color: #d9c1a1;
}
.color-2 {
color: #b3a88f;
}
.color-3 {
color: #8c7c5f;
}
.color-4 {
color: #5d6048;
}
.color-5 {
color: #3b4a3e;
}

/* CSS Variables */
:root {
--color-1: #d9c1a1;
--color-2: #b3a88f;
--color-3: #8c7c5f;
--color-4: #5d6048;
--color-5: #3b4a3e;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #d9c1a1, #b3a88f, #8c7c5f, #5d6048, #3b4a3e);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #d9c1a1, #b3a88f, #8c7c5f, #5d6048, #3b4a3e);
}

Earthy Brown color palette created on .