Color names in this palette
CSS code for this palette
/* CSS */
.bridgeport {
color: #004985;
}
.cruising {
color: #007f99;
}
.verditer {
color: #00b3aa;
}
.mint-morning {
color: #00e0c2;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--bridgeport:#004985;
--cruising:#007f99;
--verditer:#00b3aa;
--mint-morning:#00e0c2;
--grapefruit-pulp:#ff6e61;
}