Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.n-renji-orange {
color: #ffbf47;
}
.tiger-yellow {
color: #ffdd80;
}
.hawaiian-passion {
color: #ff9b3d;
}
.obstinate-orange {
color: #d65a29;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--n-renji-orange:#ffbf47;
--tiger-yellow:#ffdd80;
--hawaiian-passion:#ff9b3d;
--obstinate-orange:#d65a29;
}