Color names in this palette
CSS code for this palette
/* CSS */
.vanadyl-blue {
color: #00a5e0;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.toucan-gentleman {
color: #fbcb09;
}
.moth-orchid {
color: #d6006f;
}
.moonshadow {
color: #8d43ad;
}
/* CSS Variables */
:root {
--vanadyl-blue:#00a5e0;
--apricot-glazed-chicken:#f5a524;
--toucan-gentleman:#fbcb09;
--moth-orchid:#d6006f;
--moonshadow:#8d43ad;
}