Color names in this palette
CSS code for this palette
/* CSS */
.pure-red {
color: #d62b1f;
}
.extreme-carrot {
color: #f86f30;
}
.mango-margarita {
color: #f8b849;
}
.french-vanilla {
color: #f1e2a7;
}
.green-trance {
color: #a3d9a1;
}
/* CSS Variables */
:root {
--pure-red:#d62b1f;
--extreme-carrot:#f86f30;
--mango-margarita:#f8b849;
--french-vanilla:#f1e2a7;
--green-trance:#a3d9a1;
}