Color names in this palette
CSS code for this palette
/* CSS */
.holly-jolly-christmas {
color: #b80a2d;
}
.sour-cherry {
color: #e3493b;
}
.mad-for-mango {
color: #faa200;
}
.common-dandelion {
color: #ffd65c;
}
.marsh-fern {
color: #b6c88d;
}
/* CSS Variables */
:root {
--holly-jolly-christmas:#b80a2d;
--sour-cherry:#e3493b;
--mad-for-mango:#faa200;
--common-dandelion:#ffd65c;
--marsh-fern:#b6c88d;
}