Color names in this palette
CSS code for this palette
/* CSS */
.cupcake-pink {
color: #f8d8d3;
}
.cupid {
color: #f7b1c3;
}
.apricot-iced-tea {
color: #fbbe9d;
}
.digital-yellow {
color: #feef7c;
}
.sunshine-mellow {
color: #f1c40e;
}
/* CSS Variables */
:root {
--cupcake-pink:#f8d8d3;
--cupid:#f7b1c3;
--apricot-iced-tea:#fbbe9d;
--digital-yellow:#feef7c;
--sunshine-mellow:#f1c40e;
}