Copper Sunset Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Copper Sunset palette

Share this palette to:

Copper Sunset color palette CSS

/* CSS */
.color-1 {
color: #c66e3f;
}
.color-2 {
color: #d89a6e;
}
.color-3 {
color: #edd5b0;
}
.color-4 {
color: #f7c4b6;
}
.color-5 {
color: #e27c5a;
}

/* CSS Variables */
:root {
--color-1: #c66e3f;
--color-2: #d89a6e;
--color-3: #edd5b0;
--color-4: #f7c4b6;
--color-5: #e27c5a;
}

Copper Sunset background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c66e3f, #d89a6e, #edd5b0, #f7c4b6, #e27c5a);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c66e3f, #d89a6e, #edd5b0, #f7c4b6, #e27c5a);
}

Copper Sunset color palette created on .