Color names in this palette
CSS code for this palette
/* CSS */
.heart-to-heart {
color: #d3a6c3;
}
.gumball {
color: #e7b1d5;
}
.venetian-rose {
color: #f1c6e0;
}
.noodles {
color: #f9e3b4;
}
.cup-noodles {
color: #fddb7c;
}
/* CSS Variables */
:root {
--heart-to-heart:#d3a6c3;
--gumball:#e7b1d5;
--venetian-rose:#f1c6e0;
--noodles:#f9e3b4;
--cup-noodles:#fddb7c;
}