Color names in this palette
CSS code for this palette
/* CSS */
.fat-gold {
color: #e6b400;
}
.funky-yellow {
color: #f1d06f;
}
.smooth-as-corn-silk {
color: #f4e4b3;
}
.shrimp-toast {
color: #f6c4a2;
}
.solar-flare {
color: #e57b3e;
}
/* CSS Variables */
:root {
--fat-gold:#e6b400;
--funky-yellow:#f1d06f;
--smooth-as-corn-silk:#f4e4b3;
--shrimp-toast:#f6c4a2;
--solar-flare:#e57b3e;
}