Color names in this palette
CSS code for this palette
/* CSS */
.cool-balaclavas-are-forever {
color: #1a1f3d;
}
.raftsman {
color: #3b5d9b;
}
.charter {
color: #6cb2d0;
}
.sunshine-mellow {
color: #f1c40e;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--cool-balaclavas-are-forever:#1a1f3d;
--raftsman:#3b5d9b;
--charter:#6cb2d0;
--sunshine-mellow:#f1c40e;
--grapefruit-pulp:#ff6e61;
}