Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.saffron-gold {
color: #f58b00;
}
.trout-caviar {
color: #f55a00;
}
.poppy-red {
color: #e63746;
}
.carmine {
color: #d60032;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--saffron-gold:#f58b00;
--trout-caviar:#f55a00;
--poppy-red:#e63746;
--carmine:#d60032;
}