Color names in this palette
CSS code for this palette
/* CSS */
.vanadyl-blue {
color: #00a5e0;
}
.royal-peacock {
color: #2ab2df;
}
.lake-thun {
color: #4dc5e0;
}
.cold-blue {
color: #80e0e0;
}
.waterspout {
color: #a1f2f2;
}
/* CSS Variables */
:root {
--vanadyl-blue:#00a5e0;
--royal-peacock:#2ab2df;
--lake-thun:#4dc5e0;
--cold-blue:#80e0e0;
--waterspout:#a1f2f2;
}