Color names in this palette
CSS code for this palette
/* CSS */
.old-fashioned-pink {
color: #f5c7ce;
}
.christy-s-smile {
color: #f8b9ce;
}
.mystic-tulip {
color: #f7b5a1;
}
.stone-fruit {
color: #f2a48c;
}
.lively-coral {
color: #e57b7d;
}
/* CSS Variables */
:root {
--old-fashioned-pink:#f5c7ce;
--christy-s-smile:#f8b9ce;
--mystic-tulip:#f7b5a1;
--stone-fruit:#f2a48c;
--lively-coral:#e57b7d;
}