Color names in this palette
CSS code for this palette
/* CSS */
.vivid-spring {
color: #8bcf5e;
}
.grape-green {
color: #a8e1a3;
}
.dingy-sticky-note {
color: #e4f49f;
}
.salmon-eggs {
color: #f9d55d;
}
.apricot-glazed-chicken {
color: #f5a524;
}
/* CSS Variables */
:root {
--vivid-spring:#8bcf5e;
--grape-green:#a8e1a3;
--dingy-sticky-note:#e4f49f;
--salmon-eggs:#f9d55d;
--apricot-glazed-chicken:#f5a524;
}