Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.gold-thread {
color: #fceab0;
}
.felt-green {
color: #6fbe91;
}
.liberal-lilac {
color: #9b58b6;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--gold-thread:#fceab0;
--felt-green:#6fbe91;
--liberal-lilac:#9b58b6;
}