Color names in this palette
CSS code for this palette
/* CSS */
.lighthouse {
color: #f3f7f3;
}
.peppermint-patty {
color: #d0e7d6;
}
.glenwood-green {
color: #a5d5b5;
}
.arboretum {
color: #75b89f;
}
.petrol-green {
color: #4f9c8b;
}
/* CSS Variables */
:root {
--lighthouse:#f3f7f3;
--peppermint-patty:#d0e7d6;
--glenwood-green:#a5d5b5;
--arboretum:#75b89f;
--petrol-green:#4f9c8b;
}