Color names in this palette
CSS code for this palette
/* CSS */
.green-gas {
color: #00ff9d;
}
.cyan-sky {
color: #00b2b3;
}
.cruising {
color: #007f99;
}
.maniac-mansion {
color: #003f5c;
}
.inkwell-inception {
color: #1d1e25;
}
/* CSS Variables */
:root {
--green-gas:#00ff9d;
--cyan-sky:#00b2b3;
--cruising:#007f99;
--maniac-mansion:#003f5c;
--inkwell-inception:#1d1e25;
}