Color names in this palette
CSS code for this palette
/* CSS */
.westfall-yellow {
color: #f9d64e;
}
.orange-pospsicle {
color: #f4a20b;
}
.goldsmith {
color: #f0b14c;
}
.indian-pale-ale {
color: #d8b62c;
}
.mulberry-thorn {
color: #c57a2b;
}
/* CSS Variables */
:root {
--westfall-yellow:#f9d64e;
--orange-pospsicle:#f4a20b;
--goldsmith:#f0b14c;
--indian-pale-ale:#d8b62c;
--mulberry-thorn:#c57a2b;
}