Color names in this palette
CSS code for this palette
/* CSS */
.science-blue {
color: #0077cc;
}
.pervenche {
color: #0099e6;
}
.krishna-blue {
color: #00b2ff;
}
.shovel-knight {
color: #33ccff;
}
.athena-blue {
color: #66e5ff;
}
/* CSS Variables */
:root {
--science-blue:#0077cc;
--pervenche:#0099e6;
--krishna-blue:#00b2ff;
--shovel-knight:#33ccff;
--athena-blue:#66e5ff;
}