Color names in this palette
CSS code for this palette
/* CSS */
.waddles-pink {
color: #f1a7ca;
}
.snow-white-blush {
color: #f9b2a9;
}
.tuscan {
color: #f9d6a9;
}
.gold-thread {
color: #fce8b0;
}
.boxwood-yellow {
color: #f0e6a3;
}
/* CSS Variables */
:root {
--waddles-pink:#f1a7ca;
--snow-white-blush:#f9b2a9;
--tuscan:#f9d6a9;
--gold-thread:#fce8b0;
--boxwood-yellow:#f0e6a3;
}