Color names in this palette
CSS code for this palette
/* CSS */
.palm-leaf {
color: #2f492c;
}
.rambling-green {
color: #59804d;
}
.tiki-monster {
color: #8dbf8d;
}
.peppermint-patty {
color: #d2e5d6;
}
.whitest-white {
color: #f5faf5;
}
/* CSS Variables */
:root {
--palm-leaf:#2f492c;
--rambling-green:#59804d;
--tiki-monster:#8dbf8d;
--peppermint-patty:#d2e5d6;
--whitest-white:#f5faf5;
}