Copper Glow Color Palette

Brightness

Saturation

Warmth

UI Examples

Explore beautiful UI components with Copper Glow palette

Share this palette to:

Copper Glow color palette CSS

/* CSS */
.color-1 {
color: #c46931;
}
.color-2 {
color: #d67d4c;
}
.color-3 {
color: #e7a96e;
}
.color-4 {
color: #f8c99b;
}
.color-5 {
color: #ffd1b3;
}

/* CSS Variables */
:root {
--color-1: #c46931;
--color-2: #d67d4c;
--color-3: #e7a96e;
--color-4: #f8c99b;
--color-5: #ffd1b3;
}

Copper Glow background gradient CSS

/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #c46931, #d67d4c, #e7a96e, #f8c99b, #ffd1b3);
}
/* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #c46931, #d67d4c, #e7a96e, #f8c99b, #ffd1b3);
}

Copper Glow color palette created on .