Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f2c84a;
}
.y-ng-ch-ng-orange {
color: #f6a23c;
}
.chinese-orange {
color: #f76e40;
}
.capocollo {
color: #d8544f;
}
.speaking-of-the-devil {
color: #aa3c57;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f2c84a;
--y-ng-ch-ng-orange:#f6a23c;
--chinese-orange:#f76e40;
--capocollo:#d8544f;
--speaking-of-the-devil:#aa3c57;
}