Color names in this palette
CSS code for this palette
/* CSS */
.sunny-mood {
color: #f7c94b;
}
.egyptian-gold {
color: #f0a44c;
}
.entan-red {
color: #f06d4c;
}
.fire-island {
color: #d8503b;
}
.bijou-red {
color: #a73d39;
}
/* CSS Variables */
:root {
--sunny-mood:#f7c94b;
--egyptian-gold:#f0a44c;
--entan-red:#f06d4c;
--fire-island:#d8503b;
--bijou-red:#a73d39;
}