Color names in this palette
CSS code for this palette
/* CSS */
.pixel-bleeding {
color: #b30021;
}
.dull-red {
color: #bb3e3e;
}
.juicy-details {
color: #d67a7a;
}
.precious-pink {
color: #f4b3b3;
}
.barely-pink {
color: #f8d8db;
}
/* CSS Variables */
:root {
--pixel-bleeding:#b30021;
--dull-red:#bb3e3e;
--juicy-details:#d67a7a;
--precious-pink:#f4b3b3;
--barely-pink:#f8d8db;
}