Color names in this palette
CSS code for this palette
/* CSS */
.heart-throb {
color: #c73d3d;
}
.squash-blossom {
color: #f6b83c;
}
.pumpkin-mousse {
color: #f1c3a7;
}
.heath {
color: #502b2b;
}
.antique-red {
color: #7d4f4f;
}
/* CSS Variables */
:root {
--heart-throb:#c73d3d;
--squash-blossom:#f6b83c;
--pumpkin-mousse:#f1c3a7;
--heath:#502b2b;
--antique-red:#7d4f4f;
}