Color names in this palette
CSS code for this palette
/* CSS */
.vampire-red {
color: #d63f2e;
}
.emberglow {
color: #e76a5a;
}
.calabrese {
color: #f1a8a2;
}
.flush-pink {
color: #f8cac4;
}
.peach-cream {
color: #ffefdb;
}
/* CSS Variables */
:root {
--vampire-red:#d63f2e;
--emberglow:#e76a5a;
--calabrese:#f1a8a2;
--flush-pink:#f8cac4;
--peach-cream:#ffefdb;
}