Color names in this palette
CSS code for this palette
/* CSS */
.rozowy-pink {
color: #f1a7b8;
}
.cherry-blossom {
color: #f7c0d4;
}
.frolic {
color: #f8e6e2;
}
.gold-sand {
color: #f9e5a9;
}
.mango-margarita {
color: #f7b950;
}
/* CSS Variables */
:root {
--rozowy-pink:#f1a7b8;
--cherry-blossom:#f7c0d4;
--frolic:#f8e6e2;
--gold-sand:#f9e5a9;
--mango-margarita:#f7b950;
}