Color names in this palette
CSS code for this palette
/* CSS */
.smooth-satin {
color: #a3d7d4;
}
.greyish-teal {
color: #6ea093;
}
.thimble-red {
color: #a25d90;
}
.sweet-lilac {
color: #eab8ce;
}
.prosecco {
color: #f7d5a6;
}
/* CSS Variables */
:root {
--smooth-satin:#a3d7d4;
--greyish-teal:#6ea093;
--thimble-red:#a25d90;
--sweet-lilac:#eab8ce;
--prosecco:#f7d5a6;
}