Color names in this palette
CSS code for this palette
/* CSS */
.candy-heart-pink {
color: #f7a4a1;
}
.marigold-dust {
color: #f5d03d;
}
.mom-s-pancake {
color: #f1c650;
}
.tadorna-teal {
color: #78d9b0;
}
.winter-shadow {
color: #4f6c78;
}
/* CSS Variables */
:root {
--candy-heart-pink:#f7a4a1;
--marigold-dust:#f5d03d;
--mom-s-pancake:#f1c650;
--tadorna-teal:#78d9b0;
--winter-shadow:#4f6c78;
}