Color names in this palette
CSS code for this palette
/* CSS */
.pompadour {
color: #691b3d;
}
.harissa-red {
color: #a62b2b;
}
.fire-island {
color: #d94f3a;
}
.princess-bride {
color: #f3bfc1;
}
.peach-cream {
color: #ffefdb;
}
/* CSS Variables */
:root {
--pompadour:#691b3d;
--harissa-red:#a62b2b;
--fire-island:#d94f3a;
--princess-bride:#f3bfc1;
--peach-cream:#ffefdb;
}