Color names in this palette
CSS code for this palette
/* CSS */
.concord-jam {
color: #6c5b80;
}
.briar-rose {
color: #c06d84;
}
.momo-peach {
color: #f67481;
}
.blue-angels-yellow {
color: #fab700;
}
.orange-ice {
color: #ffddc2;
}
/* CSS Variables */
:root {
--concord-jam:#6c5b80;
--briar-rose:#c06d84;
--momo-peach:#f67481;
--blue-angels-yellow:#fab700;
--orange-ice:#ffddc2;
}