Color names in this palette
CSS code for this palette
/* CSS */
.apricot-glazed-chicken {
color: #f5a524;
}
.bitter-orange {
color: #da7c2b;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.patina-green {
color: #b1e7b4;
}
.bubblegum {
color: #e85e75;
}
/* CSS Variables */
:root {
--apricot-glazed-chicken:#f5a524;
--bitter-orange:#da7c2b;
--solar-plexus-chakra:#f1c84b;
--patina-green:#b1e7b4;
--bubblegum:#e85e75;
}