Color names in this palette
CSS code for this palette
/* CSS */
.crown-chakra {
color: #6b10cb;
}
.hailey-blue {
color: #2775fc;
}
.vivid-sky-blue {
color: #00c8ff;
}
.carrot {
color: #ff6e42;
}
.usc-gold {
color: #ffcc00;
}
/* CSS Variables */
:root {
--crown-chakra:#6b10cb;
--hailey-blue:#2775fc;
--vivid-sky-blue:#00c8ff;
--carrot:#ff6e42;
--usc-gold:#ffcc00;
}