Color names in this palette
CSS code for this palette
/* CSS */
.anna-banana {
color: #f8d249;
}
.apricot-glazed-chicken {
color: #f5a524;
}
.chinese-orange {
color: #f5773d;
}
.horror-snob {
color: #d04e4e;
}
.true-purple {
color: #6a2c90;
}
/* CSS Variables */
:root {
--anna-banana:#f8d249;
--apricot-glazed-chicken:#f5a524;
--chinese-orange:#f5773d;
--horror-snob:#d04e4e;
--true-purple:#6a2c90;
}