Color names in this palette
CSS code for this palette
/* CSS */
.golden-glow {
color: #f9d57b;
}
.sandy-brown {
color: #f3a35e;
}
.sizzling-sunset {
color: #f07d4c;
}
.oranzhewyi-orange {
color: #f05b3d;
}
.lionfish-red {
color: #df3c2a;
}
/* CSS Variables */
:root {
--golden-glow:#f9d57b;
--sandy-brown:#f3a35e;
--sizzling-sunset:#f07d4c;
--oranzhewyi-orange:#f05b3d;
--lionfish-red:#df3c2a;
}