Color names in this palette
CSS code for this palette
/* CSS */
.bright-midnight-blue {
color: #1e4b76;
}
.boat-house {
color: #4a8bba;
}
.shimmer {
color: #88c6e7;
}
.mango-margarita {
color: #f3b74f;
}
.mandarin-red {
color: #ea4f3e;
}
/* CSS Variables */
:root {
--bright-midnight-blue:#1e4b76;
--boat-house:#4a8bba;
--shimmer:#88c6e7;
--mango-margarita:#f3b74f;
--mandarin-red:#ea4f3e;
}