Color names in this palette
CSS code for this palette
/* CSS */
.ginger-ale {
color: #c9a86e;
}
.river-of-gold {
color: #e7b85f;
}
.soaked-in-sun {
color: #f6cf65;
}
.prison-jumpsuit {
color: #fbac4b;
}
.sun-orange {
color: #f47b1f;
}
/* CSS Variables */
:root {
--ginger-ale:#c9a86e;
--river-of-gold:#e7b85f;
--soaked-in-sun:#f6cf65;
--prison-jumpsuit:#fbac4b;
--sun-orange:#f47b1f;
}