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