Brown Earth カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Brown Earth palette

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

Brown Earth カラーパレット CSS

/* CSS */
.color-1 {
color: #c7a88e;
}
.color-2 {
color: #b1937c;
}
.color-3 {
color: #8c695f;
}
.color-4 {
color: #5c3a33;
}
.color-5 {
color: #3d2a24;
}

/* CSS Variables */
:root {
--color-1: #c7a88e;
--color-2: #b1937c;
--color-3: #8c695f;
--color-4: #5c3a33;
--color-5: #3d2a24;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c7a88e, #b1937c, #8c695f, #5c3a33, #3d2a24);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c7a88e, #b1937c, #8c695f, #5c3a33, #3d2a24);
}

Brown Earth color palette created on .