Color names in this palette
CSS code for this palette
/* CSS */
.hellbound {
color: #6f0101;
}
.vampire-fiction {
color: #a00d0d;
}
.peri-peri {
color: #c62a2a;
}
.babe {
color: #e07b7b;
}
.first-peach {
color: #f5c7c7;
}
/* CSS Variables */
:root {
--hellbound:#6f0101;
--vampire-fiction:#a00d0d;
--peri-peri:#c62a2a;
--babe:#e07b7b;
--first-peach:#f5c7c7;
}