Color names in this palette
CSS code for this palette
/* CSS */
.apricot-glazed-chicken {
color: #f5a524;
}
.xanthic {
color: #f8e61b;
}
.jazzy-jade {
color: #50e2c3;
}
.olympic-blue {
color: #4b91e2;
}
.boy-red {
color: #b7151d;
}
/* CSS Variables */
:root {
--apricot-glazed-chicken:#f5a524;
--xanthic:#f8e61b;
--jazzy-jade:#50e2c3;
--olympic-blue:#4b91e2;
--boy-red:#b7151d;
}