Color names in this palette
CSS code for this palette
/* CSS */
.christy-s-smile {
color: #f6bbcb;
}
.cupid {
color: #f5b2c5;
}
.himalayan-balsam {
color: #f89bc9;
}
.changeling-pink {
color: #f3aad2;
}
.dream-land {
color: #e9b4e7;
}
/* CSS Variables */
:root {
--christy-s-smile:#f6bbcb;
--cupid:#f5b2c5;
--himalayan-balsam:#f89bc9;
--changeling-pink:#f3aad2;
--dream-land:#e9b4e7;
}