Color names in this palette
CSS code for this palette
/* CSS */
.peachy-salmon {
color: #ff9b80;
}
.grapefruit-pulp {
color: #ff6c5c;
}
.dusk-orange {
color: #ff4a3d;
}
.painted-poppy {
color: #c94e3b;
}
.ripe-currant {
color: #8a3d3d;
}
/* CSS Variables */
:root {
--peachy-salmon:#ff9b80;
--grapefruit-pulp:#ff6c5c;
--dusk-orange:#ff4a3d;
--painted-poppy:#c94e3b;
--ripe-currant:#8a3d3d;
}