Color names in this palette
CSS code for this palette
/* CSS */
.apricot-glazed-chicken {
color: #f5a524;
}
.berry-popsicle {
color: #d4a5c8;
}
.blue-genie {
color: #6961ff;
}
.olympic-blue {
color: #4b91e2;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--apricot-glazed-chicken:#f5a524;
--berry-popsicle:#d4a5c8;
--blue-genie:#6961ff;
--olympic-blue:#4b91e2;
--creamy-sweet-corn:#f9c54e;
}