Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-hibiscus {
color: #ff9a47;
}
.nacho {
color: #ffc95c;
}
.yucca-cream {
color: #a1d9cc;
}
.crazy-eyes {
color: #5eb08e;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-hibiscus:#ff9a47;
--nacho:#ffc95c;
--yucca-cream:#a1d9cc;
--crazy-eyes:#5eb08e;
}