Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f8cd49;
}
.golden-opportunity {
color: #f4bb71;
}
.orange-spice {
color: #f99e62;
}
.smoked-salmon {
color: #f77c73;
}
.heather-berry {
color: #e75082;
}
/* CSS Variables */
:root {
--sunny-mood:#f8cd49;
--golden-opportunity:#f4bb71;
--orange-spice:#f99e62;
--smoked-salmon:#f77c73;
--heather-berry:#e75082;
}