Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.nacho {
color: #ffcb5c;
}
.chartreuse-shot {
color: #d3d600;
}
.ganon-blue {
color: #a1dff7;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--nacho:#ffcb5c;
--chartreuse-shot:#d3d600;
--ganon-blue:#a1dff7;
}