Color names in this palette
CSS code for this palette
/* CSS */
.port-au-prince {
color: #006a94;
}
.munsell-blue {
color: #0092b3;
}
.maldives {
color: #00bdd6;
}
.whimsical-blue {
color: #00e5ff;
}
.mint-macaron {
color: #b1eaf2;
}
/* CSS Variables */
:root {
--port-au-prince:#006a94;
--munsell-blue:#0092b3;
--maldives:#00bdd6;
--whimsical-blue:#00e5ff;
--mint-macaron:#b1eaf2;
}