Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.flush-orange {
color: #fa6c00;
}
.raw-sunset {
color: #f95e2f;
}
.vampire-red {
color: #d63f2e;
}
.rumba-red {
color: #8d2a3e;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--flush-orange:#fa6c00;
--raw-sunset:#f95e2f;
--vampire-red:#d63f2e;
--rumba-red:#8d2a3e;
}