CSS code for this palette
/* CSS */
.blue-hill {
color: #1c404f;
}
.muddy-cyan {
color: #3f6a78;
}
.meadowbrook {
color: #5da2a2;
}
.aqua-island {
color: #a1d9d8;
}
.pyrite {
color: #f4c543;
}
/* CSS Variables */
:root {
--blue-hill:#1c404f;
--muddy-cyan:#3f6a78;
--meadowbrook:#5da2a2;
--aqua-island:#a1d9d8;
--pyrite:#f4c543;
}