Color names in this palette
CSS code for this palette
/* CSS */
.vanadyl-blue {
color: #00a5e0;
}
.cakepop-sorbet {
color: #f8c749;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.apocalyptic-orange {
color: #f7701d;
}
.sugar-rush {
color: #d85f9c;
}
/* CSS Variables */
:root {
--vanadyl-blue:#00a5e0;
--cakepop-sorbet:#f8c749;
--apricot-glazed-chicken:#f5a524;
--apocalyptic-orange:#f7701d;
--sugar-rush:#d85f9c;
}