Color names in this palette
CSS code for this palette
/* CSS */
.grapefruit-pulp {
color: #ff6e61;
}
.lolly {
color: #ff9c8f;
}
.sweet-apricot {
color: #ffc0a3;
}
.apricot-lily {
color: #ffd1b3;
}
.cotton-tail {
color: #fff8d6;
}
/* CSS Variables */
:root {
--grapefruit-pulp:#ff6e61;
--lolly:#ff9c8f;
--sweet-apricot:#ffc0a3;
--apricot-lily:#ffd1b3;
--cotton-tail:#fff8d6;
}