Color names in this palette
CSS code for this palette
/* CSS */
.vanadyl-blue {
color: #00a5e0;
}
.blue-atoll {
color: #00b0e0;
}
.maldives {
color: #00c2e0;
}
.thousand-sons-blue {
color: #00dae6;
}
.bright-turquoise {
color: #00e6e2;
}
/* CSS Variables */
:root {
--vanadyl-blue:#00a5e0;
--blue-atoll:#00b0e0;
--maldives:#00c2e0;
--thousand-sons-blue:#00dae6;
--bright-turquoise:#00e6e2;
}