Color names in this palette
CSS code for this palette
/* CSS */
.blueberry-twist {
color: #1e507b;
}
.basil-pesto {
color: #4f9c6e;
}
.pharaoh-s-jade {
color: #86d5a4;
}
.first-day-of-summer {
color: #f1e99d;
}
.vampire-red {
color: #d63f2e;
}
/* CSS Variables */
:root {
--blueberry-twist:#1e507b;
--basil-pesto:#4f9c6e;
--pharaoh-s-jade:#86d5a4;
--first-day-of-summer:#f1e99d;
--vampire-red:#d63f2e;
}