Copper Sunset カラーパレット

明るさ

彩度

暖かさ

UI Examples

Explore beautiful UI components with Copper Sunset palette

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

Copper Sunset カラーパレット CSS

/* CSS */
.color-1 {
color: #c66e3f;
}
.color-2 {
color: #d89a6e;
}
.color-3 {
color: #edd5b0;
}
.color-4 {
color: #f7c4b6;
}
.color-5 {
color: #e27c5a;
}

/* CSS Variables */
:root {
--color-1: #c66e3f;
--color-2: #d89a6e;
--color-3: #edd5b0;
--color-4: #f7c4b6;
--color-5: #e27c5a;
}

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

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c66e3f, #d89a6e, #edd5b0, #f7c4b6, #e27c5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c66e3f, #d89a6e, #edd5b0, #f7c4b6, #e27c5a);
}

Copper Sunset color palette created on .