Color names in this palette
CSS code for this palette
/* CSS */
.moonstone {
color: #3eadc1;
}
.baharroth-blue {
color: #5ac3d3;
}
.everest {
color: #a1e0e3;
}
.yippie-ya-yellow {
color: #f4f6a2;
}
.solar-plexus-chakra {
color: #f1c84b;
}
/* CSS Variables */
:root {
--moonstone:#3eadc1;
--baharroth-blue:#5ac3d3;
--everest:#a1e0e3;
--yippie-ya-yellow:#f4f6a2;
--solar-plexus-chakra:#f1c84b;
}