Color names in this palette
CSS code for this palette
/* CSS */
.lucidity {
color: #1a3e6b;
}
.blues {
color: #2a6a98;
}
.highlighter-blue {
color: #3cb3d7;
}
.athena-blue {
color: #6ce0f4;
}
.salt-mountain {
color: #d6f8ff;
}
/* CSS Variables */
:root {
--lucidity:#1a3e6b;
--blues:#2a6a98;
--highlighter-blue:#3cb3d7;
--athena-blue:#6ce0f4;
--salt-mountain:#d6f8ff;
}