Color names in this palette
CSS code for this palette
/* CSS */
.salmon-fresco {
color: #fbb1a2;
}
.squid-pink {
color: #f7b6bf;
}
.sweetheart {
color: #f4c3d8;
}
.lacquer-mauve {
color: #f1d0e3;
}
.love-at-first-sight {
color: #e6a3b0;
}
/* CSS Variables */
:root {
--salmon-fresco:#fbb1a2;
--squid-pink:#f7b6bf;
--sweetheart:#f4c3d8;
--lacquer-mauve:#f1d0e3;
--love-at-first-sight:#e6a3b0;
}