Color names in this palette
CSS code for this palette
/* CSS */
.mountain-laurel {
color: #f3c9d5;
}
.cupid {
color: #f6b1c5;
}
.amaranth-pink {
color: #f29cbb;
}
.real-raspberry {
color: #e07b9d;
}
.flirty-rose {
color: #d66190;
}
/* CSS Variables */
:root {
--mountain-laurel:#f3c9d5;
--cupid:#f6b1c5;
--amaranth-pink:#f29cbb;
--real-raspberry:#e07b9d;
--flirty-rose:#d66190;
}