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