Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.mystic-tulip {
color: #f7b5a1;
}
.woodstock-rose {
color: #e9c9b4;
}
.witty-green {
color: #b3d9a0;
}
.garish-green {
color: #4abf8c;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--mystic-tulip:#f7b5a1;
--woodstock-rose:#e9c9b4;
--witty-green:#b3d9a0;
--garish-green:#4abf8c;
}