Color names in this palette
CSS code for this palette
/* CSS */
.trumpet-gold {
color: #e2b512;
}
.squash-blossom {
color: #f6b83c;
}
.sundance {
color: #f8c76d;
}
.applesauce {
color: #f9d89a;
}
.pink-dogwood {
color: #f5d1d1;
}
/* CSS Variables */
:root {
--trumpet-gold:#e2b512;
--squash-blossom:#f6b83c;
--sundance:#f8c76d;
--applesauce:#f9d89a;
--pink-dogwood:#f5d1d1;
}