Earthy Brown カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Earthy Brown palette

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

Earthy Brown カラーパレット CSS

/* CSS */
.color-1 {
color: #f7e6a6;
}
.color-2 {
color: #e5b98a;
}
.color-3 {
color: #d39a6f;
}
.color-4 {
color: #b66b49;
}
.color-5 {
color: #8c4a36;
}

/* CSS Variables */
:root {
--color-1: #f7e6a6;
--color-2: #e5b98a;
--color-3: #d39a6f;
--color-4: #b66b49;
--color-5: #8c4a36;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #f7e6a6, #e5b98a, #d39a6f, #b66b49, #8c4a36);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #f7e6a6, #e5b98a, #d39a6f, #b66b49, #8c4a36);
}

Earthy Brown color palette created on .