Color names in this palette
CSS code for this palette
/* CSS */
.bloodthirsty-beige {
color: #fad8d1;
}
.bubblegum-pink {
color: #f6b1b7;
}
.amaranth-pink {
color: #f29cbb;
}
.minuette {
color: #d67a91;
}
.cosmetic-red {
color: #a45b7d;
}
/* CSS Variables */
:root {
--bloodthirsty-beige:#fad8d1;
--bubblegum-pink:#f6b1b7;
--amaranth-pink:#f29cbb;
--minuette:#d67a91;
--cosmetic-red:#a45b7d;
}