Color names in this palette
CSS code for this palette
/* CSS */
.firecracker {
color: #f36b39;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.xanthic {
color: #f8e61b;
}
.green-day {
color: #b8e986;
}
.king-lizard {
color: #7dd421;
}
/* CSS Variables */
:root {
--firecracker:#f36b39;
--apricot-glazed-chicken:#f5a524;
--xanthic:#f8e61b;
--green-day:#b8e986;
--king-lizard:#7dd421;
}