Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.felt-green {
color: #6fbe91;
}
.yellow-tulip {
color: #f7d06e;
}
.cheddar {
color: #f09e05;
}
.medium-vermilion {
color: #d8603b;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--felt-green:#6fbe91;
--yellow-tulip:#f7d06e;
--cheddar:#f09e05;
--medium-vermilion:#d8603b;
}