Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-bell-pepper {
color: #ff8b42;
}
.cheese {
color: #ffa600;
}
.marigold-dust {
color: #f7ce3b;
}
.starship {
color: #e3e03b;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-bell-pepper:#ff8b42;
--cheese:#ffa600;
--marigold-dust:#f7ce3b;
--starship:#e3e03b;
}