Color names in this palette
CSS code for this palette
/* CSS */
.biscuit-cream {
color: #f9ccb9;
}
.cupid {
color: #f5b2c5;
}
.candy-floss {
color: #e5a9e2;
}
.violet-velvet {
color: #b5a1e2;
}
.blue-eyed-boy {
color: #8ab5e5;
}
/* CSS Variables */
:root {
--biscuit-cream:#f9ccb9;
--cupid:#f5b2c5;
--candy-floss:#e5a9e2;
--violet-velvet:#b5a1e2;
--blue-eyed-boy:#8ab5e5;
}