Color names in this palette
CSS code for this palette
/* CSS */
.chipmunk {
color: #d3a14a;
}
.honey-glow {
color: #e7b84b;
}
.eyelash-viper {
color: #f4c74e;
}
.salmon-eggs {
color: #f9d55d;
}
.golden-nectar {
color: #fdda68;
}
/* CSS Variables */
:root {
--chipmunk:#d3a14a;
--honey-glow:#e7b84b;
--eyelash-viper:#f4c74e;
--salmon-eggs:#f9d55d;
--golden-nectar:#fdda68;
}