Color names in this palette
CSS code for this palette
/* CSS */
.umbra {
color: #1f1f1f;
}
.shadowed-steel {
color: #4a4a4a;
}
.tupelo-tree {
color: #9b9050;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.orangeade {
color: #e04f38;
}
/* CSS Variables */
:root {
--umbra:#1f1f1f;
--shadowed-steel:#4a4a4a;
--tupelo-tree:#9b9050;
--solar-plexus-chakra:#f1c84b;
--orangeade:#e04f38;
}