Color names in this palette
CSS code for this palette
/* CSS */
.rozowy-pink {
color: #f1a7b8;
}
.sweetheart {
color: #f3c3d7;
}
.brittany-s-bow {
color: #f5d6df;
}
.sunning-deck {
color: #e7d8b1;
}
.casablanca {
color: #f2b450;
}
/* CSS Variables */
:root {
--rozowy-pink:#f1a7b8;
--sweetheart:#f3c3d7;
--brittany-s-bow:#f5d6df;
--sunning-deck:#e7d8b1;
--casablanca:#f2b450;
}