Color names in this palette
CSS code for this palette
/* CSS */
.buffalo-trail {
color: #e2af78;
}
.solar-plexus-chakra {
color: #f2c84a;
}
.sun-dust {
color: #f4e0a4;
}
.terrace-pool {
color: #a3d7e0;
}
.dayflower {
color: #3a9ad9;
}
/* CSS Variables */
:root {
--buffalo-trail:#e2af78;
--solar-plexus-chakra:#f2c84a;
--sun-dust:#f4e0a4;
--terrace-pool:#a3d7e0;
--dayflower:#3a9ad9;
}