Color names in this palette
CSS code for this palette
/* CSS */
.atlantic-ocean {
color: #a8d6e6;
}
.sea-loch {
color: #6d9bd0;
}
.haddock-s-sweater {
color: #2a7cbb;
}
.blue-flame {
color: #005e8a;
}
.maniac-mansion {
color: #003a5c;
}
/* CSS Variables */
:root {
--atlantic-ocean:#a8d6e6;
--sea-loch:#6d9bd0;
--haddock-s-sweater:#2a7cbb;
--blue-flame:#005e8a;
--maniac-mansion:#003a5c;
}