Color names in this palette
CSS code for this palette
/* CSS */
.crystal-gem {
color: #7ad1a4;
}
.reef-green {
color: #a1e3c7;
}
.venetian-rose {
color: #f0c7e2;
}
.pink-marshmallow {
color: #f8b4d2;
}
.teasel-dipsacus {
color: #d0a8f0;
}
/* CSS Variables */
:root {
--crystal-gem:#7ad1a4;
--reef-green:#a1e3c7;
--venetian-rose:#f0c7e2;
--pink-marshmallow:#f8b4d2;
--teasel-dipsacus:#d0a8f0;
}