Color names in this palette
CSS code for this palette
/* CSS */
.only-yesterday {
color: #f2d2ba;
}
.diva-rouge {
color: #e7b9a6;
}
.fresh-pink-lemonade {
color: #d2a7b4;
}
.cruise {
color: #b5e3d6;
}
.yucca-cream {
color: #a4dac7;
}
/* CSS Variables */
:root {
--only-yesterday:#f2d2ba;
--diva-rouge:#e7b9a6;
--fresh-pink-lemonade:#d2a7b4;
--cruise:#b5e3d6;
--yucca-cream:#a4dac7;
}