Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.mad-for-mango {
color: #f5a300;
}
.arnica-yellow {
color: #e69900;
}
.fleur-de-sel-caramel {
color: #d68b00;
}
.bamboo-brown {
color: #c77b00;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--mad-for-mango:#f5a300;
--arnica-yellow:#e69900;
--fleur-de-sel-caramel:#d68b00;
--bamboo-brown:#c77b00;
}