Color names in this palette
CSS code for this palette
/* CSS */
.pink-sand {
color: #dfaf9a;
}
.calico-rose {
color: #e6c0b3;
}
.turkscap {
color: #f2d7c0;
}
.mette-penne {
color: #f8e2d3;
}
.salmon-salt {
color: #e69a8e;
}
/* CSS Variables */
:root {
--pink-sand:#dfaf9a;
--calico-rose:#e6c0b3;
--turkscap:#f2d7c0;
--mette-penne:#f8e2d3;
--salmon-salt:#e69a8e;
}