Color names in this palette
CSS code for this palette
/* CSS */
.spectrum-blue {
color: #3e4a8e;
}
.loch-ness {
color: #5d6db6;
}
.portage {
color: #899edc;
}
.teclis-blue {
color: #a1bee8;
}
.snowdrift-glow {
color: #d6e4f0;
}
/* CSS Variables */
:root {
--spectrum-blue:#3e4a8e;
--loch-ness:#5d6db6;
--portage:#899edc;
--teclis-blue:#a1bee8;
--snowdrift-glow:#d6e4f0;
}