Color names in this palette
CSS code for this palette
/* CSS */
.confectionary {
color: #d2b1d3;
}
.venetian-rose {
color: #f0c7e0;
}
.rose-mallow {
color: #f2a6c6;
}
.god-s-own-junkyard-pink {
color: #f76e92;
}
.grapefruit {
color: #ff5c5c;
}
/* CSS Variables */
:root {
--confectionary:#d2b1d3;
--venetian-rose:#f0c7e0;
--rose-mallow:#f2a6c6;
--god-s-own-junkyard-pink:#f76e92;
--grapefruit:#ff5c5c;
}