Color names in this palette
CSS code for this palette
/* CSS */
.black {
color: #000000;
}
.red-bean {
color: #3d0a0a;
}
.hong-kong-taxi {
color: #a30f2d;
}
.moth-orchid {
color: #d6006f;
}
.blood-burst {
color: #ff4d4d;
}
/* CSS Variables */
:root {
--black:#000000;
--red-bean:#3d0a0a;
--hong-kong-taxi:#a30f2d;
--moth-orchid:#d6006f;
--blood-burst:#ff4d4d;
}