Color names in this palette
CSS code for this palette
/* CSS */
.chaat-masala {
color: #ea792e;
}
.phellodendron-amurense {
color: #f9bf39;
}
.emerald-clear-green {
color: #4f8c2b;
}
.fun-and-games {
color: #2b789c;
}
.dragon-s-fire {
color: #972b5b;
}
/* CSS Variables */
:root {
--chaat-masala:#ea792e;
--phellodendron-amurense:#f9bf39;
--emerald-clear-green:#4f8c2b;
--fun-and-games:#2b789c;
--dragon-s-fire:#972b5b;
}