Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.fireglow {
color: #d85f41;
}
.gladiator-leather {
color: #aa5b3c;
}
.garlic-pesto {
color: #c4c700;
}
.buttery-croissant {
color: #f6e09d;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--fireglow:#d85f41;
--gladiator-leather:#aa5b3c;
--garlic-pesto:#c4c700;
--buttery-croissant:#f6e09d;
}