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