Color names in this palette
CSS code for this palette
/* CSS */
.christy-s-smile {
color: #f8b9ce;
}
.princess {
color: #f2a6b4;
}
.fruit-shake {
color: #f49e8a;
}
.cachet-cream {
color: #f3dbb9;
}
.corn-field {
color: #f6f3c6;
}
/* CSS Variables */
:root {
--christy-s-smile:#f8b9ce;
--princess:#f2a6b4;
--fruit-shake:#f49e8a;
--cachet-cream:#f3dbb9;
--corn-field:#f6f3c6;
}