Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.bright-khaki {
color: #f0e78e;
}
.lime-lizard {
color: #a1d65c;
}
.energise {
color: #70d06d;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--bright-khaki:#f0e78e;
--lime-lizard:#a1d65c;
--energise:#70d06d;
}