Color names in this palette
CSS code for this palette
/* CSS */
.christy-s-smile {
color: #f8b9ce;
}
.rozowy-pink {
color: #f1a7b9;
}
.taco {
color: #f3c6b4;
}
.smooth-as-corn-silk {
color: #f4e3b3;
}
.blended-fruit {
color: #f9e4a4;
}
/* CSS Variables */
:root {
--christy-s-smile:#f8b9ce;
--rozowy-pink:#f1a7b9;
--taco:#f3c6b4;
--smooth-as-corn-silk:#f4e3b3;
--blended-fruit:#f9e4a4;
}