Color names in this palette
CSS code for this palette
/* CSS */
.cg-red {
color: #d93b30;
}
.consumed-by-fire {
color: #f47f1f;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.lone-hunter {
color: #90ca4e;
}
.azure-tide {
color: #2a9d90;
}
/* CSS Variables */
:root {
--cg-red:#d93b30;
--consumed-by-fire:#f47f1f;
--solar-plexus-chakra:#f1c84b;
--lone-hunter:#90ca4e;
--azure-tide:#2a9d90;
}