Color names in this palette
CSS code for this palette
/* CSS */
.vanadyl-blue {
color: #00a5e0;
}
.blue-atoll {
color: #00b4e0;
}
.maldives {
color: #00c2e0;
}
.aztec-turquoise {
color: #00d5e0;
}
.first-timer-green {
color: #00e6de;
}
/* CSS Variables */
:root {
--vanadyl-blue:#00a5e0;
--blue-atoll:#00b4e0;
--maldives:#00c2e0;
--aztec-turquoise:#00d5e0;
--first-timer-green:#00e6de;
}