Color names in this palette
CSS code for this palette
/* CSS */
.storm-lightning {
color: #f9e59f;
}
.bright-yarrow {
color: #f9d16c;
}
.blue-angels-yellow {
color: #fab700;
}
.mad-for-mango {
color: #faa200;
}
.princeton-orange {
color: #fa8e00;
}
/* CSS Variables */
:root {
--storm-lightning:#f9e59f;
--bright-yarrow:#f9d16c;
--blue-angels-yellow:#fab700;
--mad-for-mango:#faa200;
--princeton-orange:#fa8e00;
}