Color names in this palette
CSS code for this palette
/* CSS */
.blue-ribbon {
color: #0066ff;
}
.starfleet-blue {
color: #0095ff;
}
.capri {
color: #00bfff;
}
.shovel-knight {
color: #33ccff;
}
.athena-blue {
color: #66d9ff;
}
/* CSS Variables */
:root {
--blue-ribbon:#0066ff;
--starfleet-blue:#0095ff;
--capri:#00bfff;
--shovel-knight:#33ccff;
--athena-blue:#66d9ff;
}