Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.radiation-carrot {
color: #ffa142;
}
.yellow-tulip {
color: #f7d06e;
}
.be-spontaneous {
color: #a1d06c;
}
.flood-out {
color: #5c9ead;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--radiation-carrot:#ffa142;
--yellow-tulip:#f7d06e;
--be-spontaneous:#a1d06c;
--flood-out:#5c9ead;
}