Color names in this palette
CSS code for this palette
/* CSS */
.westfall-yellow {
color: #f9d64e;
}
.blue-angels-yellow {
color: #fab700;
}
.sun-orange {
color: #f47b1f;
}
.summer-heat {
color: #a9543d;
}
.vistoris-lake {
color: #5e2b4c;
}
/* CSS Variables */
:root {
--westfall-yellow:#f9d64e;
--blue-angels-yellow:#fab700;
--sun-orange:#f47b1f;
--summer-heat:#a9543d;
--vistoris-lake:#5e2b4c;
}