Color names in this palette
CSS code for this palette
/* CSS */
.cherry-picking {
color: #5c0f14;
}
.shinshu {
color: #881b24;
}
.claret-red {
color: #c44a5e;
}
.athena-pink {
color: #eab8c4;
}
.blush-tint {
color: #f4e1e6;
}
/* CSS Variables */
:root {
--cherry-picking:#5c0f14;
--shinshu:#881b24;
--claret-red:#c44a5e;
--athena-pink:#eab8c4;
--blush-tint:#f4e1e6;
}