Color names in this palette
CSS code for this palette
/* CSS */
.yellow-dragon {
color: #f9e47b;
}
.salmon-eggs {
color: #f4d15d;
}
.eyelash-viper {
color: #f0c54c;
}
.last-sunlight {
color: #e3b93b;
}
.opulent {
color: #d68829;
}
/* CSS Variables */
:root {
--yellow-dragon:#f9e47b;
--salmon-eggs:#f4d15d;
--eyelash-viper:#f0c54c;
--last-sunlight:#e3b93b;
--opulent:#d68829;
}