Color names in this palette
CSS code for this palette
/* CSS */
.orange-danger {
color: #e06100;
}
.kaihau-express {
color: #d14900;
}
.dropped-brick {
color: #b83100;
}
.crimson-velvet-sunset {
color: #b32700;
}
.bloodline {
color: #851d00;
}
/* CSS Variables */
:root {
--orange-danger:#e06100;
--kaihau-express:#d14900;
--dropped-brick:#b83100;
--crimson-velvet-sunset:#b32700;
--bloodline:#851d00;
}