Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d4e1;
}
.antique-cameo {
color: #f0b6a3;
}
.solar-plexus-chakra {
color: #f1cb4b;
}
.durotar-fire {
color: #f15a27;
}
.cyclamen-red {
color: #a45b8e;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d4e1;
--antique-cameo:#f0b6a3;
--solar-plexus-chakra:#f1cb4b;
--durotar-fire:#f15a27;
--cyclamen-red:#a45b8e;
}