Earthy Brown カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Earthy Brown palette

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

Earthy Brown カラーパレット CSS

/* CSS */
.color-1 {
color: #8c5a2b;
}
.color-2 {
color: #9f512d;
}
.color-3 {
color: #d3b58d;
}
.color-4 {
color: #f5fffa;
}
.color-5 {
color: #ffffff;
}

/* CSS Variables */
:root {
--color-1: #8c5a2b;
--color-2: #9f512d;
--color-3: #d3b58d;
--color-4: #f5fffa;
--color-5: #ffffff;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #8c5a2b, #9f512d, #d3b58d, #f5fffa, #ffffff);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #8c5a2b, #9f512d, #d3b58d, #f5fffa, #ffffff);
}

Earthy Brown color palette created on .