Color names in this palette
CSS code for this palette
/* CSS */
.pressed-rose {
color: #f1a8a7;
}
.flame-stitch {
color: #d55b48;
}
.madder-red {
color: #b72a2c;
}
.maroon-oak {
color: #4c1519;
}
.scandinavian-liquorice {
color: #1a0f12;
}
/* CSS Variables */
:root {
--pressed-rose:#f1a8a7;
--flame-stitch:#d55b48;
--madder-red:#b72a2c;
--maroon-oak:#4c1519;
--scandinavian-liquorice:#1a0f12;
}