Color names in this palette
CSS code for this palette
/* CSS */
.sweet-apricot {
color: #ffc0a3;
}
.grapefruit-pulp {
color: #ff6e61;
}
.dusk-orange {
color: #ff4d3d;
}
.crab-curry {
color: #da4b2b;
}
.toasted-paprika {
color: #a44b2d;
}
/* CSS Variables */
:root {
--sweet-apricot:#ffc0a3;
--grapefruit-pulp:#ff6e61;
--dusk-orange:#ff4d3d;
--crab-curry:#da4b2b;
--toasted-paprika:#a44b2d;
}