Color names in this palette
CSS code for this palette
/* CSS */
.korma {
color: #7e4d2a;
}
.ginger-ale {
color: #c6a96c;
}
.bountiful-gold {
color: #e2c76e;
}
.optimistic-yellow {
color: #f4e1a4;
}
.creamy-sweet-corn {
color: #f9c54e;
}
/* CSS Variables */
:root {
--korma:#7e4d2a;
--ginger-ale:#c6a96c;
--bountiful-gold:#e2c76e;
--optimistic-yellow:#f4e1a4;
--creamy-sweet-corn:#f9c54e;
}