Color names in this palette
CSS code for this palette
/* CSS */
.maritime-outpost {
color: #1f4c7f;
}
.mountain-bluebird {
color: #4b9bc3;
}
.meadow-blossom-blue {
color: #79b6d7;
}
.moonlight-green {
color: #d1ebd9;
}
.welcoming-wasp {
color: #f0a800;
}
/* CSS Variables */
:root {
--maritime-outpost:#1f4c7f;
--mountain-bluebird:#4b9bc3;
--meadow-blossom-blue:#79b6d7;
--moonlight-green:#d1ebd9;
--welcoming-wasp:#f0a800;
}