Color names in this palette
CSS code for this palette
/* CSS */
.vanadyl-blue {
color: #00a5e0;
}
.blue-atoll {
color: #00b0e0;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.flush-orange {
color: #fa6c00;
}
.moth-orchid {
color: #d6006f;
}
/* CSS Variables */
:root {
--vanadyl-blue:#00a5e0;
--blue-atoll:#00b0e0;
--solar-plexus-chakra:#f1c84b;
--flush-orange:#fa6c00;
--moth-orchid:#d6006f;
}