Color names in this palette
CSS code for this palette
/* CSS */
.peppermint {
color: #d5e6d1;
}
.whirlpool-green {
color: #a9d0c5;
}
.spring-water-turquoise {
color: #7ab8ae;
}
.rockpool {
color: #4ea29f;
}
.panorama {
color: #2e7c8a;
}
/* CSS Variables */
:root {
--peppermint:#d5e6d1;
--whirlpool-green:#a9d0c5;
--spring-water-turquoise:#7ab8ae;
--rockpool:#4ea29f;
--panorama:#2e7c8a;
}