Cascabel Color Palette
Discover the beautiful Cascabel color palette featuring harvest gold (#e1a86b), raw sienna (#d6884c), copper (#c76f38), paarl (#ae542d) and burnt umber (#8d3b2a).
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 Cascabel palette
💻 Cascabel color palette CSS
/* CSS */
.color-1 {
color: #e1a86b;
}
.color-2 {
color: #d6884c;
}
.color-3 {
color: #c76f38;
}
.color-4 {
color: #ae542d;
}
.color-5 {
color: #8d3b2a;
}
/* CSS Variables */
:root {
--color-1: #e1a86b;
--color-2: #d6884c;
--color-3: #c76f38;
--color-4: #ae542d;
--color-5: #8d3b2a;
} 🌈 Cascabel background gradient CSS
/* Linear Gradient */
.linear-gradient {
background: linear-gradient(0.25turn, #e1a86b, #d6884c, #c76f38, #ae542d, #8d3b2a);
} /* Radial Gradient */
.radial-gradient {
background: radial-gradient(circle, #e1a86b, #d6884c, #c76f38, #ae542d, #8d3b2a);
} 🔗 Explore similar color palettes
Cascabel color palette created on .