Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.fennel-flower {
color: #709dff;
}
.agrellan-badland {
color: #ffb347;
}
.magenta-crayon {
color: #ff61a5;
}
.lighter-green {
color: #6eff61;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--fennel-flower:#709dff;
--agrellan-badland:#ffb347;
--magenta-crayon:#ff61a5;
--lighter-green:#6eff61;
}