Color names in this palette
CSS code for this palette
/* CSS */
.mountain-laurel {
color: #f3c9d3;
}
.soft-pink {
color: #f8afc0;
}
.pink-eraser {
color: #f29c9d;
}
.salmon-pok-bowl {
color: #f27c78;
}
.porcelain-rose {
color: #e86d6d;
}
/* CSS Variables */
:root {
--mountain-laurel:#f3c9d3;
--soft-pink:#f8afc0;
--pink-eraser:#f29c9d;
--salmon-pok-bowl:#f27c78;
--porcelain-rose:#e86d6d;
}