Color names in this palette
CSS code for this palette
/* CSS */
.apricot-yellow {
color: #fbbd83;
}
.mad-for-mango {
color: #f5a300;
}
.orange-pepper {
color: #d67d00;
}
.crema {
color: #c25e00;
}
.burnt-sienna {
color: #a83b00;
}
/* CSS Variables */
:root {
--apricot-yellow:#fbbd83;
--mad-for-mango:#f5a300;
--orange-pepper:#d67d00;
--crema:#c25e00;
--burnt-sienna:#a83b00;
}