Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.solar-wind {
color: #fceaba;
}
.water-sports {
color: #40c2c9;
}
.cal-poly-pomona-green {
color: #1e4d2b;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--solar-wind:#fceaba;
--water-sports:#40c2c9;
--cal-poly-pomona-green:#1e4d2b;
}