Color names in this palette
CSS code for this palette
/* CSS */
.candy-heart-pink {
color: #f7a1a3;
}
.cinnamon-buff {
color: #fcc16e;
}
.cente-tl-yellow {
color: #f6e179;
}
.leek {
color: #9cdb8a;
}
.waterfall {
color: #3eb1a0;
}
/* CSS Variables */
:root {
--candy-heart-pink:#f7a1a3;
--cinnamon-buff:#fcc16e;
--cente-tl-yellow:#f6e179;
--leek:#9cdb8a;
--waterfall:#3eb1a0;
}