Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.orange-pop {
color: #ffc23d;
}
.eerie-glow {
color: #a7d7b8;
}
.desaturated-cyan {
color: #699b9b;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--orange-pop:#ffc23d;
--eerie-glow:#a7d7b8;
--desaturated-cyan:#699b9b;
}