Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.yellow-jacket {
color: #fbcb3c;
}
.peanut-butter-chicken {
color: #ffb65c;
}
.fresh-apricot {
color: #ffd6a3;
}
.n-rang-orange {
color: #ff8052;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--yellow-jacket:#fbcb3c;
--peanut-butter-chicken:#ffb65c;
--fresh-apricot:#ffd6a3;
--n-rang-orange:#ff8052;
}