Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.bamboo-brown {
color: #c77e00;
}
.butter-fudge {
color: #a85f00;
}
.hazelnut-chocolate {
color: #7a3d00;
}
.conker-brown {
color: #5c2900;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--bamboo-brown:#c77e00;
--butter-fudge:#a85f00;
--hazelnut-chocolate:#7a3d00;
--conker-brown:#5c2900;
}