Color names in this palette
CSS code for this palette
/* CSS */
.solar-plexus-chakra {
color: #f1c84b;
}
.amber-glow {
color: #f29d3a;
}
.orange-gluttony {
color: #e77e23;
}
.tiger-lily {
color: #e15b3d;
}
.ginger-flower {
color: #c9514a;
}
/* CSS Variables */
:root {
--solar-plexus-chakra:#f1c84b;
--amber-glow:#f29d3a;
--orange-gluttony:#e77e23;
--tiger-lily:#e15b3d;
--ginger-flower:#c9514a;
}