Color names in this palette
CSS code for this palette
/* CSS */
.temptatious-tangerine {
color: #ff7e2e;
}
.exotic-flower {
color: #ffa04d;
}
.mango-creamsicles {
color: #ffb56b;
}
.butter-cupcake {
color: #ffdb99;
}
.creamy-lemon {
color: #fff1b3;
}
/* CSS Variables */
:root {
--temptatious-tangerine:#ff7e2e;
--exotic-flower:#ffa04d;
--mango-creamsicles:#ffb56b;
--butter-cupcake:#ffdb99;
--creamy-lemon:#fff1b3;
}