Color names in this palette
CSS code for this palette
/* CSS */
.blue-angels-yellow {
color: #fab700;
}
.westfall-yellow {
color: #f9d44e;
}
.gold-thread {
color: #fce8b0;
}
.shocking-orange {
color: #ff6d1f;
}
.painted-poppy {
color: #c94b3b;
}
/* CSS Variables */
:root {
--blue-angels-yellow:#fab700;
--westfall-yellow:#f9d44e;
--gold-thread:#fce8b0;
--shocking-orange:#ff6d1f;
--painted-poppy:#c94b3b;
}