Color names in this palette
CSS code for this palette
/* CSS */
.kuwazome-red {
color: #5a2a2b;
}
.sweet-cherry {
color: #a04b4c;
}
.common-chestnut {
color: #d25b5d;
}
.upstream-salmon {
color: #f89c77;
}
.broadway-lights {
color: #fddf7c;
}
/* CSS Variables */
:root {
--kuwazome-red:#5a2a2b;
--sweet-cherry:#a04b4c;
--common-chestnut:#d25b5d;
--upstream-salmon:#f89c77;
--broadway-lights:#fddf7c;
}