Color names in this palette
CSS code for this palette
/* CSS */
.scallion {
color: #6b8f24;
}
.old-lime {
color: #a9c46e;
}
.cymophane-yellow {
color: #f2e6a6;
}
.grapefruit-pulp {
color: #ff6e61;
}
.bacon-strips {
color: #e13e33;
}
/* CSS Variables */
:root {
--scallion:#6b8f24;
--old-lime:#a9c46e;
--cymophane-yellow:#f2e6a6;
--grapefruit-pulp:#ff6e61;
--bacon-strips:#e13e33;
}