Color names in this palette
CSS code for this palette
/* CSS */
.mountain-laurel {
color: #f6c6d7;
}
.baker-miller-pink {
color: #fb98b1;
}
.french-pink {
color: #f76e99;
}
.macaroon-rose {
color: #f54d82;
}
.self-love {
color: #d52a6c;
}
/* CSS Variables */
:root {
--mountain-laurel:#f6c6d7;
--baker-miller-pink:#fb98b1;
--french-pink:#f76e99;
--macaroon-rose:#f54d82;
--self-love:#d52a6c;
}