Cascabel Color Palette
Brightness
Saturation
Warmth
UI Examples
Explore beautiful UI components with Cascabel palette
Color Inspiration
Images that showcase this color palette in real designs
Download Cascabel Color Palette (PNG)
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);
}
Similar color palettes
Cascabel color palette created on .