Color names in this palette
CSS code for this palette
/* CSS */
.mountain-laurel {
color: #f6c6d7;
}
.pastel-magenta {
color: #f3a0c8;
}
.shark-bait {
color: #ef6c98;
}
.beryl-red {
color: #a25d83;
}
.heartless {
color: #5f3a6e;
}
/* CSS Variables */
:root {
--mountain-laurel:#f6c6d7;
--pastel-magenta:#f3a0c8;
--shark-bait:#ef6c98;
--beryl-red:#a25d83;
--heartless:#5f3a6e;
}