Color names in this palette
CSS code for this palette
/* CSS */
.liberty {
color: #504c94;
}
.punch-out-glove {
color: #6b8eff;
}
.pastel-blue {
color: #a3c3ff;
}
.vanilla {
color: #f3e4aa;
}
.grapefruit-pulp {
color: #ff6e61;
}
/* CSS Variables */
:root {
--liberty:#504c94;
--punch-out-glove:#6b8eff;
--pastel-blue:#a3c3ff;
--vanilla:#f3e4aa;
--grapefruit-pulp:#ff6e61;
}