Color names in this palette
CSS code for this palette
/* CSS */
.razzmatazz {
color: #e50b5b;
}
.sasquatch-socks {
color: #ff4d7f;
}
.saira-red {
color: #ff9ebd;
}
.carnation-bouquet {
color: #f6c1d1;
}
.frolic {
color: #f8e6e2;
}
/* CSS Variables */
:root {
--razzmatazz:#e50b5b;
--sasquatch-socks:#ff4d7f;
--saira-red:#ff9ebd;
--carnation-bouquet:#f6c1d1;
--frolic:#f8e6e2;
}