Color names in this palette
CSS code for this palette
/* CSS */
.caught-red-handed {
color: #be4737;
}
.tory-red {
color: #d56b5d;
}
.mexicali-rose {
color: #e69f98;
}
.apricot-gelato {
color: #f7d6b1;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--caught-red-handed:#be4737;
--tory-red:#d56b5d;
--mexicali-rose:#e69f98;
--apricot-gelato:#f7d6b1;
--solar-plexus-chakra:#f1c84b;
}