Color names in this palette
CSS code for this palette
/* CSS */
.karimun-blue {
color: #1e9cf1;
}
.vanadyl-blue {
color: #00a5e0;
}
.cyanite {
color: #00b4f0;
}
.shivering-green {
color: #2edc7c;
}
.solar-plexus-chakra {
color: #f0c74c;
}
/* CSS Variables */
:root {
--karimun-blue:#1e9cf1;
--vanadyl-blue:#00a5e0;
--cyanite:#00b4f0;
--shivering-green:#2edc7c;
--solar-plexus-chakra:#f0c74c;
}