Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.wiener-schnitzel {
color: #f09c00;
}
.orange-pepper {
color: #d67d00;
}
.crema {
color: #c25e00;
}
.tijolo {
color: #a84f00;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--wiener-schnitzel:#f09c00;
--orange-pepper:#d67d00;
--crema:#c25e00;
--tijolo:#a84f00;
}