Color names in this palette
CSS code for this palette
/* CSS */
.roller-coaster-chariot {
color: #0078bd;
}
.vanadyl-blue {
color: #00a5e0;
}
.neon-nazar {
color: #4cd4e6;
}
.ineffable-green {
color: #5df4b7;
}
.overtone {
color: #a3e0b8;
}
/* CSS Variables */
:root {
--roller-coaster-chariot:#0078bd;
--vanadyl-blue:#00a5e0;
--neon-nazar:#4cd4e6;
--ineffable-green:#5df4b7;
--overtone:#a3e0b8;
}