Color names in this palette
CSS code for this palette
/* CSS */
.helvetia-red {
color: #ef0101;
}
.blood-burst {
color: #ff4d4d;
}
.rubber-radish {
color: #ff9e9e;
}
.peach-scone {
color: #ffbdbd;
}
.pink-theory {
color: #ffe5e5;
}
/* CSS Variables */
:root {
--helvetia-red:#ef0101;
--blood-burst:#ff4d4d;
--rubber-radish:#ff9e9e;
--peach-scone:#ffbdbd;
--pink-theory:#ffe5e5;
}