Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.highlighter-yellow {
color: #f3e13f;
}
.conifer {
color: #a9da4e;
}
.high-blue {
color: #4ab3e8;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--highlighter-yellow:#f3e13f;
--conifer:#a9da4e;
--high-blue:#4ab3e8;
}