Copper Earthtones カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Copper Earthtones palette

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

Copper Earthtones カラーパレット CSS

/* CSS */
.color-1 {
color: #895b29;
}
.color-2 {
color: #a67b3a;
}
.color-3 {
color: #d59d6d;
}
.color-4 {
color: #eac090;
}
.color-5 {
color: #b86e4c;
}

/* CSS Variables */
:root {
--color-1: #895b29;
--color-2: #a67b3a;
--color-3: #d59d6d;
--color-4: #eac090;
--color-5: #b86e4c;
}

Copper Earthtones の背景のグラデーション CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #895b29, #a67b3a, #d59d6d, #eac090, #b86e4c);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #895b29, #a67b3a, #d59d6d, #eac090, #b86e4c);
}

Copper Earthtones color palette created on .