Copper Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Copper Sunset palette

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

Copper Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #7a1d05;
}
.color-2 {
color: #a85f2e;
}
.color-3 {
color: #d9b478;
}
.color-4 {
color: #f1c84b;
}
.color-5 {
color: #f7e7b6;
}

/* CSS Variables */
:root {
--color-1: #7a1d05;
--color-2: #a85f2e;
--color-3: #d9b478;
--color-4: #f1c84b;
--color-5: #f7e7b6;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #7a1d05, #a85f2e, #d9b478, #f1c84b, #f7e7b6);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #7a1d05, #a85f2e, #d9b478, #f1c84b, #f7e7b6);
}

Copper Sunset color palette created on .