Color names in this palette
CSS code for this palette
/* CSS */
.par-four-green {
color: #3d8a43;
}
.lobaria-lichen {
color: #a2c8b5;
}
.aquarelle-green {
color: #e2f3e3;
}
.afterglow {
color: #f2e2c4;
}
.chipmunk {
color: #d3a14a;
}
/* CSS Variables */
:root {
--par-four-green:#3d8a43;
--lobaria-lichen:#a2c8b5;
--aquarelle-green:#e2f3e3;
--afterglow:#f2e2c4;
--chipmunk:#d3a14a;
}