Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-hibiscus {
color: #ff9a47;
}
.ripe-pumpkin {
color: #ffb133;
}
.nacho {
color: #ffc95c;
}
.hint-of-honey {
color: #ffd86b;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-hibiscus:#ff9a47;
--ripe-pumpkin:#ffb133;
--nacho:#ffc95c;
--hint-of-honey:#ffd86b;
}