Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.koji-orange {
color: #f6af4c;
}
.5 {
color: #f8d48b;
}
.neighborly-peach {
color: #f3c0a5;
}
.fussy-pink {
color: #e7a7b7;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--koji-orange:#f6af4c;
--5:#f8d48b;
--neighborly-peach:#f3c0a5;
--fussy-pink:#e7a7b7;
}