Color names in this palette
CSS code for this palette
/* CSS */
.pirate-treasure {
color: #d8c86e;
}
.gold-winged {
color: #e4d37c;
}
.first-day-of-summer {
color: #f1e99d;
}
.stella-dora {
color: #f9dba4;
}
.pumpkin-mousse {
color: #f1c2a7;
}
/* CSS Variables */
:root {
--pirate-treasure:#d8c86e;
--gold-winged:#e4d37c;
--first-day-of-summer:#f1e99d;
--stella-dora:#f9dba4;
--pumpkin-mousse:#f1c2a7;
}