Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.flambrosia {
color: #e6a400;
}
.seabuckthorn-yellow-brown {
color: #d17d00;
}
.tijolo {
color: #a84f00;
}
.red-beech {
color: #7a3b00;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--flambrosia:#e6a400;
--seabuckthorn-yellow-brown:#d17d00;
--tijolo:#a84f00;
--red-beech:#7a3b00;
}