Color names in this palette
CSS code for this palette
/* CSS */
.blue-dart {
color: #5590d8;
}
.star-sapphire {
color: #3b6ca0;
}
.copacabana {
color: #006b8f;
}
.garish-blue {
color: #00a7b3;
}
.ganon-blue {
color: #a1dff7;
}
/* CSS Variables */
:root {
--blue-dart:#5590d8;
--star-sapphire:#3b6ca0;
--copacabana:#006b8f;
--garish-blue:#00a7b3;
--ganon-blue:#a1dff7;
}