Color names in this palette
CSS code for this palette
/* CSS */
.banana-pepper {
color: #fad12e;
}
.blue-angels-yellow {
color: #fab700;
}
.mad-for-mango {
color: #faa200;
}
.tangerine-bliss {
color: #d95d30;
}
.furnace {
color: #db4129;
}
/* CSS Variables */
:root {
--banana-pepper:#fad12e;
--blue-angels-yellow:#fab700;
--mad-for-mango:#faa200;
--tangerine-bliss:#d95d30;
--furnace:#db4129;
}