Copper Sunset カラーパレット
明るさ
彩度
暖かさ
UI Examples
Explore beautiful UI components with Copper Sunset palette
Copper Sunset カラーパレット CSS
/* CSS */
.color-1 {
color: #c76c38;
}
.color-2 {
color: #a65e2b;
}
.color-3 {
color: #894a1a;
}
.color-4 {
color: #bfaf8d;
}
.color-5 {
color: #e6c3a3;
}
/* CSS Variables */
:root {
--color-1: #c76c38;
--color-2: #a65e2b;
--color-3: #894a1a;
--color-4: #bfaf8d;
--color-5: #e6c3a3;
}
Copper Sunset の背景のグラデーション CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c76c38, #a65e2b, #894a1a, #bfaf8d, #e6c3a3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c76c38, #a65e2b, #894a1a, #bfaf8d, #e6c3a3);
}
似たようなカラーパレット
Copper Sunset color palette created on .