Color names in this palette
CSS code for this palette
/* CSS */
.beer-garden {
color: #499d34;
}
.vivid-spring {
color: #8bcf5e;
}
.dingy-sticky-note {
color: #e9f09e;
}
.salmon-eggs {
color: #f6d360;
}
.mad-for-mango {
color: #faa200;
}
/* CSS Variables */
:root {
--beer-garden:#499d34;
--vivid-spring:#8bcf5e;
--dingy-sticky-note:#e9f09e;
--salmon-eggs:#f6d360;
--mad-for-mango:#faa200;
}