Color names in this palette
CSS code for this palette
/* CSS */
.shrimp-toast {
color: #f7c5a1;
}
.first-date {
color: #f5b4a3;
}
.bierwurst {
color: #f4938a;
}
.breeze-of-chilli {
color: #f2706e;
}
.bacon-strips {
color: #e13e33;
}
/* CSS Variables */
:root {
--shrimp-toast:#f7c5a1;
--first-date:#f5b4a3;
--bierwurst:#f4938a;
--breeze-of-chilli:#f2706e;
--bacon-strips:#e13e33;
}