Color names in this palette
CSS code for this palette
/* CSS */
.usubeni-red {
color: #f36868;
}
.horror-snob {
color: #d54d4d;
}
.edgy-red {
color: #b93c3c;
}
.sweet-cherry {
color: #a14f4f;
}
.shinshu {
color: #8a1e1e;
}
/* CSS Variables */
:root {
--usubeni-red:#f36868;
--horror-snob:#d54d4d;
--edgy-red:#b93c3c;
--sweet-cherry:#a14f4f;
--shinshu:#8a1e1e;
}