Color names in this palette
CSS code for this palette
/* CSS */
.n-l-blue {
color: #0055ff;
}
.blue-sparkle {
color: #0077ff;
}
.sky-of-magritte {
color: #0099ff;
}
.shovel-knight {
color: #33beff;
}
.athena-blue {
color: #66e0ff;
}
/* CSS Variables */
:root {
--n-l-blue:#0055ff;
--blue-sparkle:#0077ff;
--sky-of-magritte:#0099ff;
--shovel-knight:#33beff;
--athena-blue:#66e0ff;
}