Color names in this palette
CSS code for this palette
/* CSS */
.aquarius {
color: #2ab6c6;
}
.blue-frosting {
color: #83d2c0;
}
.pyrite {
color: #f4c543;
}
.fresh-on-the-market {
color: #f8a5ba;
}
.stellar-strawberry {
color: #fc5a8b;
}
/* CSS Variables */
:root {
--aquarius:#2ab6c6;
--blue-frosting:#83d2c0;
--pyrite:#f4c543;
--fresh-on-the-market:#f8a5ba;
--stellar-strawberry:#fc5a8b;
}