Earthy Brown カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Earthy Brown palette

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

Earthy Brown カラーパレット CSS

/* CSS */
.color-1 {
color: #795a4e;
}
.color-2 {
color: #a88a6b;
}
.color-3 {
color: #cab7a0;
}
.color-4 {
color: #e2d1b1;
}
.color-5 {
color: #d7c5a8;
}

/* CSS Variables */
:root {
--color-1: #795a4e;
--color-2: #a88a6b;
--color-3: #cab7a0;
--color-4: #e2d1b1;
--color-5: #d7c5a8;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #795a4e, #a88a6b, #cab7a0, #e2d1b1, #d7c5a8);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #795a4e, #a88a6b, #cab7a0, #e2d1b1, #d7c5a8);
}

Earthy Brown color palette created on .