Color names in this palette
CSS code for this palette
/* CSS */
.maple-beige {
color: #fad3a3;
}
.mystic-tulip {
color: #f7b5a1;
}
.momo-peach {
color: #f57a7c;
}
.cinnamon-satin {
color: #d05d83;
}
.hyacinth-violet {
color: #9a4b9b;
}
/* CSS Variables */
:root {
--maple-beige:#fad3a3;
--mystic-tulip:#f7b5a1;
--momo-peach:#f57a7c;
--cinnamon-satin:#d05d83;
--hyacinth-violet:#9a4b9b;
}