Color names in this palette
CSS code for this palette
/* CSS */
.red-peppercorn {
color: #c92c41;
}
.usubeni-red {
color: #f36868;
}
.candlelight-peach {
color: #f9a59f;
}
.rose-reminder {
color: #f4c3c7;
}
.blush-tint {
color: #f3e2e6;
}
/* CSS Variables */
:root {
--red-peppercorn:#c92c41;
--usubeni-red:#f36868;
--candlelight-peach:#f9a59f;
--rose-reminder:#f4c3c7;
--blush-tint:#f3e2e6;
}