Color names in this palette
CSS code for this palette
/* CSS */
.funkie-friday {
color: #493e4c;
}
.concord-jam {
color: #6c5b80;
}
.briar-rose {
color: #c06d84;
}
.momo-peach {
color: #f67481;
}
.trump-tan {
color: #f9a46c;
}
/* CSS Variables */
:root {
--funkie-friday:#493e4c;
--concord-jam:#6c5b80;
--briar-rose:#c06d84;
--momo-peach:#f67481;
--trump-tan:#f9a46c;
}