Color names in this palette
CSS code for this palette
/* CSS */
.vanadyl-blue {
color: #00a5e0;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.fluffy-duckling {
color: #f7e13b;
}
.durotar-fire {
color: #f15a27;
}
.heath-spotted-orchid {
color: #a65e9e;
}
/* CSS Variables */
:root {
--vanadyl-blue:#00a5e0;
--apricot-glazed-chicken:#f5a524;
--fluffy-duckling:#f7e13b;
--durotar-fire:#f15a27;
--heath-spotted-orchid:#a65e9e;
}