Color names in this palette
CSS code for this palette
/* CSS */
.banana-br-l-e {
color: #f7e8bb;
}
.limitless {
color: #f1dcb6;
}
.first-date {
color: #f1b2a2;
}
.pink-slip {
color: #d78e8e;
}
.heath-spotted-orchid {
color: #a55f9d;
}
/* CSS Variables */
:root {
--banana-br-l-e:#f7e8bb;
--limitless:#f1dcb6;
--first-date:#f1b2a2;
--pink-slip:#d78e8e;
--heath-spotted-orchid:#a55f9d;
}