Color names in this palette
CSS code for this palette
/* CSS */
.westfall-yellow {
color: #f9d44e;
}
.go-bananas {
color: #f9c84e;
}
.gemini-mustard-momento {
color: #f9a94e;
}
.sagittarius-amber-artifact {
color: #f97c3e;
}
.carrot {
color: #f9703e;
}
/* CSS Variables */
:root {
--westfall-yellow:#f9d44e;
--go-bananas:#f9c84e;
--gemini-mustard-momento:#f9a94e;
--sagittarius-amber-artifact:#f97c3e;
--carrot:#f9703e;
}