Color names in this palette
CSS code for this palette
/* CSS */
.apricot-glazed-chicken {
color: #f5a524;
}
.xanthic {
color: #f8e61b;
}
.akhdhar-green {
color: #b4e61e;
}
.king-lizard {
color: #7dd421;
}
.jazzy-jade {
color: #50e2c3;
}
/* CSS Variables */
:root {
--apricot-glazed-chicken:#f5a524;
--xanthic:#f8e61b;
--akhdhar-green:#b4e61e;
--king-lizard:#7dd421;
--jazzy-jade:#50e2c3;
}