Color names in this palette
CSS code for this palette
/* CSS */
.matt-pink {
color: #ffb3c1;
}
.blush-hour {
color: #ff7092;
}
.french-fuchsia {
color: #ff3d8e;
}
.pretty-in-plum {
color: #c5598d;
}
.zeus-purple {
color: #690571;
}
/* CSS Variables */
:root {
--matt-pink:#ffb3c1;
--blush-hour:#ff7092;
--french-fuchsia:#ff3d8e;
--pretty-in-plum:#c5598d;
--zeus-purple:#690571;
}