Copper Sunset Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Copper Sunset palette
Copper Sunset color palette CSS
/* CSS */
.color-1 {
color: #744b2f;
}
.color-2 {
color: #a75e39;
}
.color-3 {
color: #d68b5c;
}
.color-4 {
color: #e8b84a;
}
.color-5 {
color: #e6c8b7;
}
/* CSS Variables */
:root {
--color-1: #744b2f;
--color-2: #a75e39;
--color-3: #d68b5c;
--color-4: #e8b84a;
--color-5: #e6c8b7;
}
Copper Sunset background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #744b2f, #a75e39, #d68b5c, #e8b84a, #e6c8b7);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #744b2f, #a75e39, #d68b5c, #e8b84a, #e6c8b7);
}
Similar color palettes
Copper Sunset color palette created on .