Color names in this palette
CSS code for this palette
/* CSS */
.vanadyl-blue {
color: #00a5e0;
}
.vivid-sky-blue {
color: #00d0ff;
}
.plunge-pool {
color: #00ffcc;
}
.green-gas {
color: #00ff99;
}
.synthetic-spearmint {
color: #1aff66;
}
/* CSS Variables */
:root {
--vanadyl-blue:#00a5e0;
--vivid-sky-blue:#00d0ff;
--plunge-pool:#00ffcc;
--green-gas:#00ff99;
--synthetic-spearmint:#1aff66;
}