Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.wisteria-yellow {
color: #f8c212;
}
.westfall-yellow {
color: #f9d44e;
}
.storm-lightning {
color: #f9e79f;
}
.casino-lights {
color: #f9f3b4;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--wisteria-yellow:#f8c212;
--westfall-yellow:#f9d44e;
--storm-lightning:#f9e79f;
--casino-lights:#f9f3b4;
}