Copper Penny Orange Color Palette
Discover the beautiful Copper Penny Orange color palette featuring porsche (#e79c5a), raw sienna (#d57b4d), crail (#c35f46), medium carmine (#b0423b) and burnt umber (#973126).
Brightness
Saturation
Warmth
💡 What You Can Do
ColorMagic makes it easy to:
- •Copy precise HEX codes and RGB values for your designs
- •Adjust its brightness, saturation, and warmth to create new variations
- •Preview UI components to see how colors work in real interfaces
- •Copy CSS code including background gradients and color variables
- •Download the palette
- •Share your palette with team members and clients
🎨 Preview UI Components
UI Examples
Explore beautiful UI components with Copper Penny Orange palette
💻 Copper Penny Orange color palette CSS
/* CSS */
.color-1 {
color: #e79c5a;
}
.color-2 {
color: #d57b4d;
}
.color-3 {
color: #c35f46;
}
.color-4 {
color: #b0423b;
}
.color-5 {
color: #973126;
}
/* CSS Variables */
:root {
--color-1: #e79c5a;
--color-2: #d57b4d;
--color-3: #c35f46;
--color-4: #b0423b;
--color-5: #973126;
} 🌈 Copper Penny Orange background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e79c5a, #d57b4d, #c35f46, #b0423b, #973126);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e79c5a, #d57b4d, #c35f46, #b0423b, #973126);
} 🔗 Explore similar color palettes
Copper Penny Orange color palette created on .