Color names in this palette
CSS code for this palette
/* CSS */
.goldfinch {
color: #f9e562;
}
.forsythia-blossom {
color: #f4d66c;
}
.pastel-de-nata {
color: #f2c978;
}
.exciting-orange {
color: #f1b179;
}
.evening-sunset {
color: #efad6c;
}
/* CSS Variables */
:root {
--goldfinch:#f9e562;
--forsythia-blossom:#f4d66c;
--pastel-de-nata:#f2c978;
--exciting-orange:#f1b179;
--evening-sunset:#efad6c;
}