Color names in this palette
CSS code for this palette
/* CSS */
.pixel-bleeding {
color: #b30021;
}
.red-peppercorn {
color: #c92c41;
}
.ponceau {
color: #f25f77;
}
.rosa {
color: #ff859f;
}
.matt-pink {
color: #ffb3c2;
}
/* CSS Variables */
:root {
--pixel-bleeding:#b30021;
--red-peppercorn:#c92c41;
--ponceau:#f25f77;
--rosa:#ff859f;
--matt-pink:#ffb3c2;
}