Color names in this palette
CSS code for this palette
/* CSS */
.japanese-violet {
color: #5b2a51;
}
.cosmetic-red {
color: #a6597c;
}
.painted-clay {
color: #ef8d6c;
}
.alesan {
color: #f0c1a8;
}
.hawaiian-cream {
color: #f9e6b9;
}
/* CSS Variables */
:root {
--japanese-violet:#5b2a51;
--cosmetic-red:#a6597c;
--painted-clay:#ef8d6c;
--alesan:#f0c1a8;
--hawaiian-cream:#f9e6b9;
}