Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.gilded {
color: #f7da4b;
}
.eerie-glow {
color: #a7d7b8;
}
.high-blue {
color: #4ab3e8;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--gilded:#f7da4b;
--eerie-glow:#a7d7b8;
--high-blue:#4ab3e8;
}