Color names in this palette
CSS code for this palette
/* CSS */
.starfleet-blue {
color: #0095ff;
}
.krishna-blue {
color: #00b2ff;
}
.shovel-knight {
color: #33cfff;
}
.athena-blue {
color: #66e5ff;
}
.alpine-expedition {
color: #99f1ff;
}
/* CSS Variables */
:root {
--starfleet-blue:#0095ff;
--krishna-blue:#00b2ff;
--shovel-knight:#33cfff;
--athena-blue:#66e5ff;
--alpine-expedition:#99f1ff;
}