Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.usc-gold {
color: #ffcc00;
}
.angel-s-trumpet {
color: #f2e03a;
}
.golden-beryl-yellow {
color: #d6a800;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--usc-gold:#ffcc00;
--angel-s-trumpet:#f2e03a;
--golden-beryl-yellow:#d6a800;
}