Color names in this palette
CSS code for this palette
/* CSS */
.last-of-lettuce {
color: #a9d96d;
}
.pineapple-high {
color: #e3e65c;
}
.shalimar {
color: #f7f7a6;
}
.baltic-sea {
color: #3c3c3e;
}
.carbon-fiber {
color: #2e2e2e;
}
/* CSS Variables */
:root {
--last-of-lettuce:#a9d96d;
--pineapple-high:#e3e65c;
--shalimar:#f7f7a6;
--baltic-sea:#3c3c3e;
--carbon-fiber:#2e2e2e;
}