Color names in this palette
CSS code for this palette
/* CSS */
.vanadyl-blue {
color: #00a5e0;
}
.mad-for-mango {
color: #f5a300;
}
.royal-flycatcher-crest {
color: #f06c00;
}
.moth-orchid {
color: #d6006f;
}
.heliotrope-magenta {
color: #a200b8;
}
/* CSS Variables */
:root {
--vanadyl-blue:#00a5e0;
--mad-for-mango:#f5a300;
--royal-flycatcher-crest:#f06c00;
--moth-orchid:#d6006f;
--heliotrope-magenta:#a200b8;
}