Color names in this palette
CSS code for this palette
/* CSS */
.vampire-red {
color: #d63f2e;
}
.extreme-carrot {
color: #ff6d2e;
}
.clarified-orange {
color: #ffa05c;
}
.royal-star {
color: #ffe14d;
}
.traffic-yellow {
color: #ffdb38;
}
/* CSS Variables */
:root {
--vampire-red:#d63f2e;
--extreme-carrot:#ff6d2e;
--clarified-orange:#ffa05c;
--royal-star:#ffe14d;
--traffic-yellow:#ffdb38;
}