Color names in this palette
CSS code for this palette
/* CSS */
.provincial-blue {
color: #5d7f92;
}
.lagoon-blue {
color: #7ca4b1;
}
.twin-cities {
color: #a2c6c8;
}
.gardenia {
color: #f1e7df;
}
.mango-margarita {
color: #f3b44f;
}
/* CSS Variables */
:root {
--provincial-blue:#5d7f92;
--lagoon-blue:#7ca4b1;
--twin-cities:#a2c6c8;
--gardenia:#f1e7df;
--mango-margarita:#f3b44f;
}