Color names in this palette
CSS code for this palette
/* CSS */
.hunter-s-hollow {
color: #9a9b8c;
}
.jade-light-green {
color: #c2c7b8;
}
.touch-of-lime {
color: #e1e5d7;
}
.pebble-cream {
color: #f3e1c9;
}
.sweet-apricot {
color: #f9c1a9;
}
/* CSS Variables */
:root {
--hunter-s-hollow:#9a9b8c;
--jade-light-green:#c2c7b8;
--touch-of-lime:#e1e5d7;
--pebble-cream:#f3e1c9;
--sweet-apricot:#f9c1a9;
}