Color names in this palette
CSS code for this palette
/* CSS */
.mountain-laurel {
color: #f6c6d7;
}
.rose-mallow {
color: #f5a8c3;
}
.unripe-strawberry {
color: #f58eaa;
}
.pink-explosion {
color: #f76e8b;
}
.fuchsia-felicity {
color: #f24a6c;
}
/* CSS Variables */
:root {
--mountain-laurel:#f6c6d7;
--rose-mallow:#f5a8c3;
--unripe-strawberry:#f58eaa;
--pink-explosion:#f76e8b;
--fuchsia-felicity:#f24a6c;
}