Color names in this palette
CSS code for this palette
/* CSS */
.vanadyl-blue {
color: #00a5e0;
}
.caribbean-blue {
color: #1fc4e5;
}
.first-timer-green {
color: #00e6de;
}
.aztec-turquoise {
color: #00d5e0;
}
.cyan-sky {
color: #00b2b3;
}
/* CSS Variables */
:root {
--vanadyl-blue:#00a5e0;
--caribbean-blue:#1fc4e5;
--first-timer-green:#00e6de;
--aztec-turquoise:#00d5e0;
--cyan-sky:#00b2b3;
}