Color names in this palette
CSS code for this palette
/* CSS */
.mad-for-mango {
color: #f5a300;
}
.gilded {
color: #f6d94c;
}
.venetian-yellow {
color: #f8e5a0;
}
.ibis {
color: #f1b1bf;
}
.little-bow-pink {
color: #d7799a;
}
/* CSS Variables */
:root {
--mad-for-mango:#f5a300;
--gilded:#f6d94c;
--venetian-yellow:#f8e5a0;
--ibis:#f1b1bf;
--little-bow-pink:#d7799a;
}