Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.sunglow {
color: #ffcc33;
}
.spring-yellow {
color: #f3e37c;
}
.bilious-green {
color: #a7d86e;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--sunglow:#ffcc33;
--spring-yellow:#f3e37c;
--bilious-green:#a7d86e;
}