Color names in this palette
CSS code for this palette
/* CSS */
.vampire-red {
color: #d63f2e;
}
.lemon-dream {
color: #f0a400;
}
.xanthic {
color: #f8e61b;
}
.lilliputian-lime {
color: #7fd959;
}
.bleu-de-france {
color: #378beb;
}
/* CSS Variables */
:root {
--vampire-red:#d63f2e;
--lemon-dream:#f0a400;
--xanthic:#f8e61b;
--lilliputian-lime:#7fd959;
--bleu-de-france:#378beb;
}