Color names in this palette
CSS code for this palette
/* CSS */
.banana-br-l-e {
color: #f7e8bb;
}
.granola {
color: #f4cc9f;
}
.peach-taffy {
color: #f2b58c;
}
.orange-liqueur {
color: #ebac7f;
}
.brown-sugar-glaze {
color: #d27b4b;
}
/* CSS Variables */
:root {
--banana-br-l-e:#f7e8bb;
--granola:#f4cc9f;
--peach-taffy:#f2b58c;
--orange-liqueur:#ebac7f;
--brown-sugar-glaze:#d27b4b;
}