Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-hibiscus {
color: #ff9a47;
}
.yellow-jacket {
color: #ffcb3d;
}
.appetite {
color: #b2e4aa;
}
.blue-mana {
color: #6fc8f1;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-hibiscus:#ff9a47;
--yellow-jacket:#ffcb3d;
--appetite:#b2e4aa;
--blue-mana:#6fc8f1;
}