Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.burtuqali-orange {
color: #ff6a00;
}
.torii-red {
color: #d64000;
}
.stanger-red {
color: #a30000;
}
.baal-red-wash {
color: #5c001d;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--burtuqali-orange:#ff6a00;
--torii-red:#d64000;
--stanger-red:#a30000;
--baal-red-wash:#5c001d;
}