Color names in this palette
CSS code for this palette
/* CSS */
.grass-pink-orchid {
color: #c880ff;
}
.grapefruit-pulp {
color: #ff6e61;
}
.pale-marigold {
color: #ffbd42;
}
.weird-green {
color: #4de07e;
}
.liberty {
color: #4b4f9b;
}
/* CSS Variables */
:root {
--grass-pink-orchid:#c880ff;
--grapefruit-pulp:#ff6e61;
--pale-marigold:#ffbd42;
--weird-green:#4de07e;
--liberty:#4b4f9b;
}