Color names in this palette
CSS code for this palette
/* CSS */
.guppie-green {
color: #00ff80;
}
.greenish-cyan {
color: #3dffb1;
}
.spindrift {
color: #66ffcc;
}
.hello-winter {
color: #99ffe6;
}
.luminescent-sky {
color: #ccfffb;
}
/* CSS Variables */
:root {
--guppie-green:#00ff80;
--greenish-cyan:#3dffb1;
--spindrift:#66ffcc;
--hello-winter:#99ffe6;
--luminescent-sky:#ccfffb;
}