Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.mad-for-mango {
color: #f59f00;
}
.curry-powder {
color: #d16900;
}
.tijolo {
color: #a85d00;
}
.notorious-neanderthal {
color: #6b4b00;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--mad-for-mango:#f59f00;
--curry-powder:#d16900;
--tijolo:#a85d00;
--notorious-neanderthal:#6b4b00;
}