Color names in this palette
CSS code for this palette
/* CSS */
.goku-orange {
color: #f17b3b;
}
.troll-slayer-orange {
color: #f1a44b;
}
.banana-drama {
color: #f0d24c;
}
.butter-up {
color: #f3e2b9;
}
.la-vie-en-rose {
color: #d3a5a1;
}
/* CSS Variables */
:root {
--goku-orange:#f17b3b;
--troll-slayer-orange:#f1a44b;
--banana-drama:#f0d24c;
--butter-up:#f3e2b9;
--la-vie-en-rose:#d3a5a1;
}