Color names in this palette
CSS code for this palette
/* CSS */
.fat-gold {
color: #e6b400;
}
.brown-butter {
color: #a87e00;
}
.ayahuasca-vine {
color: #6b4f00;
}
.amber-autumn {
color: #c69c6c;
}
.pina-colada {
color: #f4dfb4;
}
/* CSS Variables */
:root {
--fat-gold:#e6b400;
--brown-butter:#a87e00;
--ayahuasca-vine:#6b4f00;
--amber-autumn:#c69c6c;
--pina-colada:#f4dfb4;
}