Color names in this palette
CSS code for this palette
/* CSS */
.blueberry-twist {
color: #1e507b;
}
.question-mark-block {
color: #f09b4c;
}
.wake-me-up {
color: #f1d55b;
}
.vampire-red {
color: #d63f2e;
}
.flush-orange {
color: #ff6e00;
}
/* CSS Variables */
:root {
--blueberry-twist:#1e507b;
--question-mark-block:#f09b4c;
--wake-me-up:#f1d55b;
--vampire-red:#d63f2e;
--flush-orange:#ff6e00;
}