Color names in this palette
CSS code for this palette
/* CSS */
.favorite-lavender {
color: #d7a3d5;
}
.sweetheart {
color: #f2c5d8;
}
.martica {
color: #f5e6b7;
}
.syndicalist {
color: #f5c400;
}
.hot-orange {
color: #f38a39;
}
/* CSS Variables */
:root {
--favorite-lavender:#d7a3d5;
--sweetheart:#f2c5d8;
--martica:#f5e6b7;
--syndicalist:#f5c400;
--hot-orange:#f38a39;
}