Color names in this palette
CSS code for this palette
/* CSS */
.maritime-outpost {
color: #1d407c;
}
.boat-house {
color: #4f8cba;
}
.mizu {
color: #70c2e6;
}
.mango-margarita {
color: #f7b84b;
}
.mandarin-red {
color: #ee4f3a;
}
/* CSS Variables */
:root {
--maritime-outpost:#1d407c;
--boat-house:#4f8cba;
--mizu:#70c2e6;
--mango-margarita:#f7b84b;
--mandarin-red:#ee4f3a;
}