Color names in this palette
CSS code for this palette
/* CSS */
.vanadyl-blue {
color: #00a5e0;
}
.shocking-orange {
color: #ff6d1f;
}
.toucan-gentleman {
color: #fbcb09;
}
.blush-hour {
color: #ff7092;
}
.nevada-sky {
color: #a2dae6;
}
/* CSS Variables */
:root {
--vanadyl-blue:#00a5e0;
--shocking-orange:#ff6d1f;
--toucan-gentleman:#fbcb09;
--blush-hour:#ff7092;
--nevada-sky:#a2dae6;
}