Color names in this palette
CSS code for this palette
/* CSS */
.sundried-tomato {
color: #6b2a29;
}
.regal-red {
color: #9b4b4d;
}
.impatient-heart {
color: #c57c7e;
}
.bussell-lace {
color: #e3a1a3;
}
.rose-reminder {
color: #f5c2c5;
}
/* CSS Variables */
:root {
--sundried-tomato:#6b2a29;
--regal-red:#9b4b4d;
--impatient-heart:#c57c7e;
--bussell-lace:#e3a1a3;
--rose-reminder:#f5c2c5;
}