Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.exploding-star {
color: #ffd83d;
}
.eerie-glow {
color: #a7d7b8;
}
.finnish-fiord {
color: #5fb1bf;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--exploding-star:#ffd83d;
--eerie-glow:#a7d7b8;
--finnish-fiord:#5fb1bf;
}