Color names in this palette
CSS code for this palette
/* CSS */
.vanadyl-blue {
color: #00a5e0;
}
.shocking-orange {
color: #ff6d1f;
}
.toucan-gentleman {
color: #fbcb09;
}
.rave-red {
color: #9f3b38;
}
.true-purple {
color: #6a2c90;
}
/* CSS Variables */
:root {
--vanadyl-blue:#00a5e0;
--shocking-orange:#ff6d1f;
--toucan-gentleman:#fbcb09;
--rave-red:#9f3b38;
--true-purple:#6a2c90;
}