Color names in this palette
CSS code for this palette
/* CSS */
.westfall-yellow {
color: #f9d64e;
}
.solarized {
color: #f9d14e;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.samoan-sun {
color: #f9b848;
}
.sunset-yellow {
color: #f98c3e;
}
/* CSS Variables */
:root {
--westfall-yellow:#f9d64e;
--solarized:#f9d14e;
--creamy-sweet-corn:#f9c54e;
--samoan-sun:#f9b848;
--sunset-yellow:#f98c3e;
}