Color names in this palette
CSS code for this palette
/* CSS */
.dirty-blue {
color: #3b80a0;
}
.dexter {
color: #6db2b6;
}
.spinnaker {
color: #a3e1e0;
}
.syndicalist {
color: #f5c400;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--dirty-blue:#3b80a0;
--dexter:#6db2b6;
--spinnaker:#a3e1e0;
--syndicalist:#f5c400;
--grapefruit-pulp:#ff6e61;
}