Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.lamplight {
color: #ffd042;
}
.grape-green {
color: #a7df9f;
}
.hole-in-one {
color: #4baf99;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--lamplight:#ffd042;
--grape-green:#a7df9f;
--hole-in-one:#4baf99;
}