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