Color names in this palette
CSS code for this palette
/* CSS */
.summer-lake {
color: #0076a8;
}
.germander-speedwell {
color: #0095c7;
}
.blue-atoll {
color: #00b4e6;
}
.neon-blue {
color: #00d4fa;
}
.athena-blue {
color: #66e5ff;
}
/* CSS Variables */
:root {
--summer-lake:#0076a8;
--germander-speedwell:#0095c7;
--blue-atoll:#00b4e6;
--neon-blue:#00d4fa;
--athena-blue:#66e5ff;
}