Color names in this palette
CSS code for this palette
/* CSS */
.dream-of-spring {
color: #f6d12c;
}
.chrome-yellow {
color: #faa700;
}
.mad-for-mango {
color: #f5a300;
}
.orange-pepper {
color: #db8000;
}
.raw-sienna {
color: #9e5f00;
}
/* CSS Variables */
:root {
--dream-of-spring:#f6d12c;
--chrome-yellow:#faa700;
--mad-for-mango:#f5a300;
--orange-pepper:#db8000;
--raw-sienna:#9e5f00;
}