Color names in this palette
CSS code for this palette
/* CSS */
.ginger-ale {
color: #c6a86c;
}
.link-to-the-past {
color: #d0b58b;
}
.october-bounty {
color: #e3c6a1;
}
.only-yesterday {
color: #f5d1b8;
}
.moonglow {
color: #f9e3c3;
}
/* CSS Variables */
:root {
--ginger-ale:#c6a86c;
--link-to-the-past:#d0b58b;
--october-bounty:#e3c6a1;
--only-yesterday:#f5d1b8;
--moonglow:#f9e3c3;
}