Color names in this palette
CSS code for this palette
/* CSS */
.bacon-strips {
color: #e13e33;
}
.tropical-light {
color: #a1d56c;
}
.anna-banana {
color: #f8d849;
}
.mountain-bluebird {
color: #499cc5;
}
.prism-pink {
color: #f2a1c1;
}
/* CSS Variables */
:root {
--bacon-strips:#e13e33;
--tropical-light:#a1d56c;
--anna-banana:#f8d849;
--mountain-bluebird:#499cc5;
--prism-pink:#f2a1c1;
}