Color names in this palette
CSS code for this palette
/* CSS */
.matt-pink {
color: #ffb3c1;
}
.blush-hour {
color: #ff7092;
}
.diva-pink {
color: #ff3d7e;
}
.moth-orchid {
color: #d10070;
}
.vertigo-cherry {
color: #990054;
}
/* CSS Variables */
:root {
--matt-pink:#ffb3c1;
--blush-hour:#ff7092;
--diva-pink:#ff3d7e;
--moth-orchid:#d10070;
--vertigo-cherry:#990054;
}