Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f7c94b;
}
.tan-hide {
color: #f9a05d;
}
.orange-marmalade {
color: #fbaa74;
}
.salmon-orange {
color: #f88a68;
}
.orange-soda {
color: #f45c3e;
}
/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--tan-hide:#f9a05d;
--orange-marmalade:#fbaa74;
--salmon-orange:#f88a68;
--orange-soda:#f45c3e;
}