Color names in this palette
CSS code for this palette
/* CSS */
.mountain-laurel {
color: #f5c7d7;
}
.pink-fit {
color: #f8a5b1;
}
.rosy-pink {
color: #f7698a;
}
.neon-fuchsia {
color: #ff3d5e;
}
.spruce-tree-flower {
color: #b65d94;
}
/* CSS Variables */
:root {
--mountain-laurel:#f5c7d7;
--pink-fit:#f8a5b1;
--rosy-pink:#f7698a;
--neon-fuchsia:#ff3d5e;
--spruce-tree-flower:#b65d94;
}