Color names in this palette
CSS code for this palette
/* CSS */
.crispy-samosa {
color: #ffba66;
}
.exotic-blossom {
color: #ff9e42;
}
.heat-wave {
color: #ff7b00;
}
.chaat-masala {
color: #e57e24;
}
.tangerine-bliss {
color: #d8602c;
}
/* CSS Variables */
:root {
--crispy-samosa:#ffba66;
--exotic-blossom:#ff9e42;
--heat-wave:#ff7b00;
--chaat-masala:#e57e24;
--tangerine-bliss:#d8602c;
}