Color names in this palette
CSS code for this palette
/* CSS */
.bacon-strips {
color: #e13e33;
}
.hot-orange {
color: #f08a3d;
}
.syndicalist {
color: #f5c400;
}
.lemon-filling {
color: #f7e6a6;
}
.carla {
color: #f2f9c8;
}
/* CSS Variables */
:root {
--bacon-strips:#e13e33;
--hot-orange:#f08a3d;
--syndicalist:#f5c400;
--lemon-filling:#f7e6a6;
--carla:#f2f9c8;
}