Color names in this palette
CSS code for this palette
/* CSS */
.concord-jam {
color: #6c5b80;
}
.briar-rose {
color: #c06d84;
}
.momo-peach {
color: #f67481;
}
.milk-glass {
color: #f9f7f0;
}
.powdered-granite {
color: #c3c5e9;
}
/* CSS Variables */
:root {
--concord-jam:#6c5b80;
--briar-rose:#c06d84;
--momo-peach:#f67481;
--milk-glass:#f9f7f0;
--powdered-granite:#c3c5e9;
}