Color names in this palette
CSS code for this palette
/* CSS */
.capital-yellow {
color: #eab843;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.lighthouse-glow {
color: #f9d36c;
}
.tartare {
color: #c35b3c;
}
.pink-jazz {
color: #a46a8c;
}
/* CSS Variables */
:root {
--capital-yellow:#eab843;
--solar-plexus-chakra:#f1c84b;
--lighthouse-glow:#f9d36c;
--tartare:#c35b3c;
--pink-jazz:#a46a8c;
}