Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.philippine-golden-yellow {
color: #ebb800;
}
.hot-butter {
color: #e69d00;
}
.orange-pepper {
color: #db7c00;
}
.sludge {
color: #c76a00;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--philippine-golden-yellow:#ebb800;
--hot-butter:#e69d00;
--orange-pepper:#db7c00;
--sludge:#c76a00;
}