Color names in this palette
CSS code for this palette
/* CSS */
.roller-coaster-chariot {
color: #0078bd;
}
.vanadyl-blue {
color: #00a5e0;
}
.picnic-day-sky {
color: #00c7e6;
}
.bright-turquoise {
color: #00e5e6;
}
.plunge-pool {
color: #00ffcc;
}
/* CSS Variables */
:root {
--roller-coaster-chariot:#0078bd;
--vanadyl-blue:#00a5e0;
--picnic-day-sky:#00c7e6;
--bright-turquoise:#00e5e6;
--plunge-pool:#00ffcc;
}