Color names in this palette
CSS code for this palette
/* CSS */
.kuwazome-red {
color: #5a2b2d;
}
.circus-red {
color: #9a4c4e;
}
.muntok-white-pepper {
color: #d4a16e;
}
.sugar-cookie {
color: #f4e3a4;
}
.simpatico-blue {
color: #a5c2d4;
}
/* CSS Variables */
:root {
--kuwazome-red:#5a2b2d;
--circus-red:#9a4c4e;
--muntok-white-pepper:#d4a16e;
--sugar-cookie:#f4e3a4;
--simpatico-blue:#a5c2d4;
}