Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.orange-hibiscus {
color: #ff9a47;
}
.casandora-yellow {
color: #fbcb5b;
}
.cake-dough {
color: #fce1a6;
}
.orange-soda {
color: #f95939;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--orange-hibiscus:#ff9a47;
--casandora-yellow:#fbcb5b;
--cake-dough:#fce1a6;
--orange-soda:#f95939;
}