Color names in this palette
CSS code for this palette
/* CSS */
.garish-green {
color: #4abf8e;
}
.peppermint-fresh {
color: #5fc4a0;
}
.seafoam-blue {
color: #76d0b8;
}
.aqua-wish {
color: #9fe5d3;
}
.mid-spring-morning {
color: #cff7ef;
}
/* CSS Variables */
:root {
--garish-green:#4abf8e;
--peppermint-fresh:#5fc4a0;
--seafoam-blue:#76d0b8;
--aqua-wish:#9fe5d3;
--mid-spring-morning:#cff7ef;
}