Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.wiener-schnitzel {
color: #f09c00;
}
.orange-gluttony {
color: #e77e23;
}
.reed-mace {
color: #d05b3e;
}
.earth-red {
color: #a44c5a;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--wiener-schnitzel:#f09c00;
--orange-gluttony:#e77e23;
--reed-mace:#d05b3e;
--earth-red:#a44c5a;
}