Color names in this palette
CSS code for this palette
/* CSS */
.pink-lace {
color: #f6cbd8;
}
.saira-red {
color: #f99fb7;
}
.french-pink {
color: #f872a1;
}
.fuchsia-felicity {
color: #f53d74;
}
.moth-orchid {
color: #d6006f;
}
/* CSS Variables */
:root {
--pink-lace:#f6cbd8;
--saira-red:#f99fb7;
--french-pink:#f872a1;
--fuchsia-felicity:#f53d74;
--moth-orchid:#d6006f;
}