Color names in this palette
CSS code for this palette
/* CSS */
.blue-mediterranean {
color: #1e7f99;
}
.green-grapple {
color: #3eb6ae;
}
.island-breeze {
color: #8dd8d0;
}
.mad-for-mango {
color: #f5a300;
}
.cg-red {
color: #d93b30;
}
/* CSS Variables */
:root {
--blue-mediterranean:#1e7f99;
--green-grapple:#3eb6ae;
--island-breeze:#8dd8d0;
--mad-for-mango:#f5a300;
--cg-red:#d93b30;
}