Color names in this palette
CSS code for this palette
/* CSS */
.vanadyl-blue {
color: #00a1e6;
}
.blue-dacnis {
color: #3cd7e2;
}
.rare-wind {
color: #5cffc9;
}
.apatite-crystal-green {
color: #b6ff8f;
}
.paris-daisy {
color: #ffed4d;
}
/* CSS Variables */
:root {
--vanadyl-blue:#00a1e6;
--blue-dacnis:#3cd7e2;
--rare-wind:#5cffc9;
--apatite-crystal-green:#b6ff8f;
--paris-daisy:#ffed4d;
}