Color names in this palette
CSS code for this palette
/* CSS */
.arc-light {
color: #c7e0ff;
}
.blossom-blue {
color: #a8caf0;
}
.shiva-blue {
color: #9ed7ff;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.thai-temple {
color: #e3c82b;
}
/* CSS Variables */
:root {
--arc-light:#c7e0ff;
--blossom-blue:#a8caf0;
--shiva-blue:#9ed7ff;
--solar-plexus-chakra:#f1c84b;
--thai-temple:#e3c82b;
}