Color names in this palette
CSS code for this palette
/* CSS */
.apricot-glazed-chicken {
color: #f5a524;
}
.blazing-yellow {
color: #f8e91b;
}
.green-day {
color: #b8e986;
}
.jazzy-jade {
color: #50e2c3;
}
.olympic-blue {
color: #4b91e2;
}
/* CSS Variables */
:root {
--apricot-glazed-chicken:#f5a524;
--blazing-yellow:#f8e91b;
--green-day:#b8e986;
--jazzy-jade:#50e2c3;
--olympic-blue:#4b91e2;
}