Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.cakepop-sorbet {
color: #f8c749;
}
.burst-of-lime {
color: #a9d94a;
}
.jolt-of-jade {
color: #4bbe9a;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--cakepop-sorbet:#f8c749;
--burst-of-lime:#a9d94a;
--jolt-of-jade:#4bbe9a;
}