Color names in this palette
CSS code for this palette
/* CSS */
.christy-s-smile {
color: #f8b9ce;
}
.harmonious-rose {
color: #f49fb7;
}
.violet-kiss {
color: #f19dcf;
}
.be-my-valentine {
color: #ef9fc2;
}
.aurora-pink {
color: #ec83a4;
}
/* CSS Variables */
:root {
--christy-s-smile:#f8b9ce;
--harmonious-rose:#f49fb7;
--violet-kiss:#f19dcf;
--be-my-valentine:#ef9fc2;
--aurora-pink:#ec83a4;
}