Color names in this palette
CSS code for this palette
/* CSS */
.purple-sapphire {
color: #794b8b;
}
.fuscia-fizz {
color: #b76c93;
}
.sprinkled-with-pink {
color: #e8a1ae;
}
.noodles {
color: #f9e2b4;
}
.tuscan {
color: #f9d5a9;
}
/* CSS Variables */
:root {
--purple-sapphire:#794b8b;
--fuscia-fizz:#b76c93;
--sprinkled-with-pink:#e8a1ae;
--noodles:#f9e2b4;
--tuscan:#f9d5a9;
}