Color names in this palette
CSS code for this palette
/* CSS */
.ginger-ale {
color: #c7a86b;
}
.highlight-gold {
color: #e1c16b;
}
.forsythia-blossom {
color: #f3d66d;
}
.florida-sunrise {
color: #f4a76c;
}
.texas-longhorn {
color: #e28c3c;
}
/* CSS Variables */
:root {
--ginger-ale:#c7a86b;
--highlight-gold:#e1c16b;
--forsythia-blossom:#f3d66d;
--florida-sunrise:#f4a76c;
--texas-longhorn:#e28c3c;
}