Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.usc-gold {
color: #ffcc00;
}
.hollandaise {
color: #ffec3d;
}
.cowbell {
color: #ffe680;
}
.hollandaise {
color: #ffec42;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--usc-gold:#ffcc00;
--hollandaise:#ffec3d;
--cowbell:#ffe680;
--hollandaise:#ffec42;
}