Color names in this palette
CSS code for this palette
/* CSS */
.harissa-red {
color: #a62b2b;
}
.french-raspberry {
color: #c92c49;
}
.chantilly {
color: #eab8c8;
}
.melon-tint {
color: #f7e7d4;
}
.american-yellow {
color: #f0b400;
}
/* CSS Variables */
:root {
--harissa-red:#a62b2b;
--french-raspberry:#c92c49;
--chantilly:#eab8c8;
--melon-tint:#f7e7d4;
--american-yellow:#f0b400;
}