Color names in this palette
CSS code for this palette
/* CSS */
.pink-chintz {
color: #f1c0d1;
}
.cupid {
color: #f5b2c4;
}
.apricot-gelato {
color: #f6d6b1;
}
.glad-yellow {
color: #f2e1ab;
}
.whispering-frost {
color: #d7e6d6;
}
/* CSS Variables */
:root {
--pink-chintz:#f1c0d1;
--cupid:#f5b2c4;
--apricot-gelato:#f6d6b1;
--glad-yellow:#f2e1ab;
--whispering-frost:#d7e6d6;
}