Color names in this palette
CSS code for this palette
/* CSS */
.matt-pink {
color: #ffb3c1;
}
.y-ng-gu-ng-s-pink {
color: #ff66a8;
}
.diva-pink {
color: #ff3d7e;
}
.future-fuchsia {
color: #ff1f3d;
}
.holly-jolly-christmas {
color: #b30027;
}
/* CSS Variables */
:root {
--matt-pink:#ffb3c1;
--y-ng-gu-ng-s-pink:#ff66a8;
--diva-pink:#ff3d7e;
--future-fuchsia:#ff1f3d;
--holly-jolly-christmas:#b30027;
}