Color names in this palette
CSS code for this palette
/* CSS */
.sweet-taffy {
color: #ebbdd6;
}
.waddles-pink {
color: #f2a6cb;
}
.pink-eraser {
color: #f2a29c;
}
.whipped-peach {
color: #f8ceaf;
}
.venetian-yellow {
color: #f5e59e;
}
/* CSS Variables */
:root {
--sweet-taffy:#ebbdd6;
--waddles-pink:#f2a6cb;
--pink-eraser:#f2a29c;
--whipped-peach:#f8ceaf;
--venetian-yellow:#f5e59e;
}