Color names in this palette
CSS code for this palette
/* CSS */
.fresh-on-the-market {
color: #f6a7bb;
}
.mountain-laurel {
color: #f2cad6;
}
.aqua-glass {
color: #d1e6e1;
}
.turquoise-tower {
color: #a6e3d0;
}
.sm-n-sky {
color: #82e3b7;
}
/* CSS Variables */
:root {
--fresh-on-the-market:#f6a7bb;
--mountain-laurel:#f2cad6;
--aqua-glass:#d1e6e1;
--turquoise-tower:#a6e3d0;
--sm-n-sky:#82e3b7;
}