Color names in this palette
CSS code for this palette
/* CSS */
.candy-heart-pink {
color: #f6a2a4;
}
.peach-taffy {
color: #f5b88e;
}
.mocha-dandelion {
color: #f2da6e;
}
.nature-s-delight {
color: #a9d68f;
}
.deluxe-days {
color: #8bc7e9;
}
/* CSS Variables */
:root {
--candy-heart-pink:#f6a2a4;
--peach-taffy:#f5b88e;
--mocha-dandelion:#f2da6e;
--nature-s-delight:#a9d68f;
--deluxe-days:#8bc7e9;
}