Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.syndicalist {
color: #f5c400;
}
.hot-butter {
color: #e0a100;
}
.bamboo-brown {
color: #c77b00;
}
.windsor-brown {
color: #a35c00;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--syndicalist:#f5c400;
--hot-butter:#e0a100;
--bamboo-brown:#c77b00;
--windsor-brown:#a35c00;
}