Color names in this palette
CSS code for this palette
/* CSS */
.venetian-yellow {
color: #f6e4a2;
}
.applesauce {
color: #f9d89a;
}
.amber-yellow {
color: #f6b55a;
}
.saffron-gold {
color: #f08c00;
}
.mexican-spirit {
color: #d67f38;
}
/* CSS Variables */
:root {
--venetian-yellow:#f6e4a2;
--applesauce:#f9d89a;
--amber-yellow:#f6b55a;
--saffron-gold:#f08c00;
--mexican-spirit:#d67f38;
}