Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.sea-loch {
color: #6d9bd0;
}
.cobalt-flame {
color: #4b6f9b;
}
.olympian-blue {
color: #1d4d8c;
}
.blue-opal {
color: #0f3b66;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--sea-loch:#6d9bd0;
--cobalt-flame:#4b6f9b;
--olympian-blue:#1d4d8c;
--blue-opal:#0f3b66;
}