Color names in this palette
CSS code for this palette
/* CSS */
.butter-cream {
color: #f1b341;
}
.egyptian-gold {
color: #f2a74a;
}
.yellow-cream {
color: #f2d269;
}
.vampire-red {
color: #d63f2e;
}
.hippie-green {
color: #5e8b5b;
}
/* CSS Variables */
:root {
--butter-cream:#f1b341;
--egyptian-gold:#f2a74a;
--yellow-cream:#f2d269;
--vampire-red:#d63f2e;
--hippie-green:#5e8b5b;
}