Color names in this palette
CSS code for this palette
/* CSS */
.sundance {
color: #f8c76d;
}
.troll-slayer-orange {
color: #f1a44b;
}
.chaat-masala {
color: #e57e2a;
}
.vampire-red {
color: #d63f2e;
}
.akabeni {
color: #c72929;
}
/* CSS Variables */
:root {
--sundance:#f8c76d;
--troll-slayer-orange:#f1a44b;
--chaat-masala:#e57e2a;
--vampire-red:#d63f2e;
--akabeni:#c72929;
}