Color names in this palette
CSS code for this palette
/* CSS */
.rogue-pink {
color: #f8a0bd;
}
.spaghetti-strap-pink {
color: #f6a7d2;
}
.hanami-pink {
color: #f1b1e1;
}
.tequila {
color: #f4d0a4;
}
.carnation-bouquet {
color: #f8bfd2;
}
/* CSS Variables */
:root {
--rogue-pink:#f8a0bd;
--spaghetti-strap-pink:#f6a7d2;
--hanami-pink:#f1b1e1;
--tequila:#f4d0a4;
--carnation-bouquet:#f8bfd2;
}