Color names in this palette
CSS code for this palette
/* CSS */
.straw-hat {
color: #f1d3a7;
}
.fresh-on-the-market {
color: #f8a5ba;
}
.blackberry-yogurt {
color: #e6b7e3;
}
.violet-velvet {
color: #b29ee0;
}
.smooth-satin {
color: #a2d7d1;
}
/* CSS Variables */
:root {
--straw-hat:#f1d3a7;
--fresh-on-the-market:#f8a5ba;
--blackberry-yogurt:#e6b7e3;
--violet-velvet:#b29ee0;
--smooth-satin:#a2d7d1;
}