Color names in this palette
CSS code for this palette
/* CSS */
.tequila {
color: #f5d1a3;
}
.exciting-orange {
color: #f1af79;
}
.orange-gluttony {
color: #e77e23;
}
.blood-orange {
color: #d6001d;
}
.mystic-maroon {
color: #af3c7f;
}
/* CSS Variables */
:root {
--tequila:#f5d1a3;
--exciting-orange:#f1af79;
--orange-gluttony:#e77e23;
--blood-orange:#d6001d;
--mystic-maroon:#af3c7f;
}