Color names in this palette
CSS code for this palette
/* CSS */
.rose-tattoo {
color: #e0a68f;
}
.frugal {
color: #a6d9b0;
}
.green-ribbon {
color: #2b883d;
}
.pale-banana {
color: #f6e48e;
}
.chat-orange {
color: #f79c40;
}
/* CSS Variables */
:root {
--rose-tattoo:#e0a68f;
--frugal:#a6d9b0;
--green-ribbon:#2b883d;
--pale-banana:#f6e48e;
--chat-orange:#f79c40;
}