Color names in this palette
CSS code for this palette
/* CSS */
.barley {
color: #d7b47f;
}
.sun-dust {
color: #f5e0a3;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.texas-longhorn {
color: #e08c38;
}
.golden-lion-tamarin {
color: #c75b29;
}
/* CSS Variables */
:root {
--barley:#d7b47f;
--sun-dust:#f5e0a3;
--solar-plexus-chakra:#f1c84b;
--texas-longhorn:#e08c38;
--golden-lion-tamarin:#c75b29;
}