Color names in this palette
CSS code for this palette
/* CSS */
.vanadyl-blue {
color: #00a5e0;
}
.solar-plexus-chakra {
color: #f0ca4c;
}
.grapefruit-pulp {
color: #ff6e61;
}
.radiant-orchid {
color: #a85d99;
}
.resplendent-growth {
color: #3b8c3c;
}
/* CSS Variables */
:root {
--vanadyl-blue:#00a5e0;
--solar-plexus-chakra:#f0ca4c;
--grapefruit-pulp:#ff6e61;
--radiant-orchid:#a85d99;
--resplendent-growth:#3b8c3c;
}