Color names in this palette
CSS code for this palette
/* CSS */
.chili {
color: #c24a3d;
}
.opulent-orange {
color: #f26a40;
}
.mango-margarita {
color: #f8b549;
}
.dilly-dally {
color: #f3da5e;
}
.smooth-as-corn-silk {
color: #f4e4b3;
}
/* CSS Variables */
:root {
--chili:#c24a3d;
--opulent-orange:#f26a40;
--mango-margarita:#f8b549;
--dilly-dally:#f3da5e;
--smooth-as-corn-silk:#f4e4b3;
}