Color names in this palette
CSS code for this palette
/* CSS */
.japanese-violet {
color: #5e3154;
}
.topinambur-root {
color: #a45b73;
}
.rose-pottery {
color: #d19f9f;
}
.peach-temptation {
color: #f1c4b1;
}
.marquee-white {
color: #f5e9d6;
}
/* CSS Variables */
:root {
--japanese-violet:#5e3154;
--topinambur-root:#a45b73;
--rose-pottery:#d19f9f;
--peach-temptation:#f1c4b1;
--marquee-white:#f5e9d6;
}