Color names in this palette
CSS code for this palette
/* CSS */
.cupid {
color: #f6b1c6;
}
.pretty-pink-piggy {
color: #f3aad8;
}
.amaranth-pink {
color: #f09eb9;
}
.flamingo-dream {
color: #f08a8b;
}
.yellow-currant {
color: #f5c76b;
}
/* CSS Variables */
:root {
--cupid:#f6b1c6;
--pretty-pink-piggy:#f3aad8;
--amaranth-pink:#f09eb9;
--flamingo-dream:#f08a8b;
--yellow-currant:#f5c76b;
}