Color names in this palette
CSS code for this palette
/* CSS */
.christy-s-smile {
color: #f8b9ce;
}
.rozowy-pink {
color: #f4a4b7;
}
.wonder-lust {
color: #f28c9d;
}
.smoked-salmon {
color: #f57f70;
}
.hot-coral {
color: #f55b4d;
}
/* CSS Variables */
:root {
--christy-s-smile:#f8b9ce;
--rozowy-pink:#f4a4b7;
--wonder-lust:#f28c9d;
--smoked-salmon:#f57f70;
--hot-coral:#f55b4d;
}