Color names in this palette
CSS code for this palette
/* CSS */
.burned-brown {
color: #6f4c3e;
}
.splash-of-honey {
color: #d9b88c;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.amber-glow {
color: #f39d39;
}
.caramel-dream {
color: #b55f3b;
}
/* CSS Variables */
:root {
--burned-brown:#6f4c3e;
--splash-of-honey:#d9b88c;
--solar-plexus-chakra:#f1c84b;
--amber-glow:#f39d39;
--caramel-dream:#b55f3b;
}