Color names in this palette
CSS code for this palette
/* CSS */
.greenway {
color: #3c9a7e;
}
.puerto-rico {
color: #5bb9a1;
}
.green-jewel {
color: #8fdcbe;
}
.moonlight-green {
color: #d3e9d9;
}
.laundry-white {
color: #f4f9f1;
}
/* CSS Variables */
:root {
--greenway:#3c9a7e;
--puerto-rico:#5bb9a1;
--green-jewel:#8fdcbe;
--moonlight-green:#d3e9d9;
--laundry-white:#f4f9f1;
}