Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.ornery-tangerine {
color: #f67e23;
}
.reed-mace {
color: #d05e3e;
}
.pomegranate-red {
color: #b43c4a;
}
.grape-juice {
color: #7a2e6f;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--ornery-tangerine:#f67e23;
--reed-mace:#d05e3e;
--pomegranate-red:#b43c4a;
--grape-juice:#7a2e6f;
}