Color names in this palette
CSS code for this palette
/* CSS */
.yellow-tulip {
color: #f7d06e;
}
.polished-gold {
color: #f2ab5a;
}
.entan-red {
color: #f06d4c;
}
.mandarin-red {
color: #e8493b;
}
.bacon-strips {
color: #e13e33;
}
/* CSS Variables */
:root {
--yellow-tulip:#f7d06e;
--polished-gold:#f2ab5a;
--entan-red:#f06d4c;
--mandarin-red:#e8493b;
--bacon-strips:#e13e33;
}