Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.floral-leaf {
color: #ffb84d;
}
.peachy-salmon {
color: #ff9d80;
}
.coquelicot {
color: #ff3c00;
}
.pastrami {
color: #e57171;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--floral-leaf:#ffb84d;
--peachy-salmon:#ff9d80;
--coquelicot:#ff3c00;
--pastrami:#e57171;
}