Color names in this palette
CSS code for this palette
/* CSS */
.bacon-strips {
color: #e13e33;
}
.chaat-masala {
color: #f07f2d;
}
.neighborly-peach {
color: #f1c3a2;
}
.flan {
color: #f7e2b6;
}
.pacific-ocean {
color: #8ec4f5;
}
/* CSS Variables */
:root {
--bacon-strips:#e13e33;
--chaat-masala:#f07f2d;
--neighborly-peach:#f1c3a2;
--flan:#f7e2b6;
--pacific-ocean:#8ec4f5;
}