Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.usc-gold {
color: #ffcc00;
}
.turquoise-tower {
color: #a8e6cf;
}
.bright-ube {
color: #d4a4e5;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--usc-gold:#ffcc00;
--turquoise-tower:#a8e6cf;
--bright-ube:#d4a4e5;
}