Color names in this palette
CSS code for this palette
/* CSS */
.matt-pink {
color: #ffb3c1;
}
.blush-hour {
color: #ff7092;
}
.sizzling-red {
color: #ff3d5a;
}
.moth-orchid {
color: #d10070;
}
.vampire-bite {
color: #c70038;
}
/* CSS Variables */
:root {
--matt-pink:#ffb3c1;
--blush-hour:#ff7092;
--sizzling-red:#ff3d5a;
--moth-orchid:#d10070;
--vampire-bite:#c70038;
}