Color names in this palette
CSS code for this palette
/* CSS */
.french-market {
color: #a5c8a2;
}
.wisp-green {
color: #c3d9b5;
}
.iced-celery {
color: #e1e8b5;
}
.forsythia-blossom {
color: #f6d96f;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--french-market:#a5c8a2;
--wisp-green:#c3d9b5;
--iced-celery:#e1e8b5;
--forsythia-blossom:#f6d96f;
--apricot-glazed-chicken:#f5a524;
}