Color names in this palette
CSS code for this palette
/* CSS */
.fresh-on-the-market {
color: #f9a4bb;
}
.acini-di-pepe {
color: #ffd6b3;
}
.old-yella {
color: #ffec99;
}
.early-july {
color: #a6e1e8;
}
.sea-loch {
color: #6c9bd0;
}
/* CSS Variables */
:root {
--fresh-on-the-market:#f9a4bb;
--acini-di-pepe:#ffd6b3;
--old-yella:#ffec99;
--early-july:#a6e1e8;
--sea-loch:#6c9bd0;
}