Color names in this palette
CSS code for this palette
/* CSS */
.millennial-pink {
color: #f6c9c1;
}
.coral-silk {
color: #f4a77b;
}
.doughnut {
color: #f09e56;
}
.obstinate-orange {
color: #d75a2d;
}
.harissa-red {
color: #a62b2b;
}
/* CSS Variables */
:root {
--millennial-pink:#f6c9c1;
--coral-silk:#f4a77b;
--doughnut:#f09e56;
--obstinate-orange:#d75a2d;
--harissa-red:#a62b2b;
}