Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.saffron-gold {
color: #f08c00;
}
.orange-danger {
color: #d66b00;
}
.vinaceous-tawny {
color: #c24700;
}
.chocolate-fondue {
color: #9e2a00;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--saffron-gold:#f08c00;
--orange-danger:#d66b00;
--vinaceous-tawny:#c24700;
--chocolate-fondue:#9e2a00;
}