Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.mystic-tulip {
color: #f7b5a1;
}
.lemon-gelato {
color: #f9ea9f;
}
.lime-lizard {
color: #a3d55d;
}
.lake-green {
color: #2e8a56;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--mystic-tulip:#f7b5a1;
--lemon-gelato:#f9ea9f;
--lime-lizard:#a3d55d;
--lake-green:#2e8a56;
}