Color names in this palette
CSS code for this palette
/* CSS */
.screamin-green {
color: #5cff6c;
}
.greenish-teal {
color: #2fca80;
}
.ocean-liner {
color: #1f8e8c;
}
.cairns {
color: #116d97;
}
.mystery-oceans {
color: #0e3c8b;
}
/* CSS Variables */
:root {
--screamin-green:#5cff6c;
--greenish-teal:#2fca80;
--ocean-liner:#1f8e8c;
--cairns:#116d97;
--mystery-oceans:#0e3c8b;
}