Color names in this palette
CSS code for this palette
/* CSS */
.cherry-blossom-pink {
color: #ffb8c6;
}
.blush-hour {
color: #ff7092;
}
.sizzling-red {
color: #ff3d5a;
}
.byzantine {
color: #b83d9b;
}
.zeus-purple {
color: #690571;
}
/* CSS Variables */
:root {
--cherry-blossom-pink:#ffb8c6;
--blush-hour:#ff7092;
--sizzling-red:#ff3d5a;
--byzantine:#b83d9b;
--zeus-purple:#690571;
}