Color names in this palette
CSS code for this palette
/* CSS */
.goldfinch {
color: #f9e25d;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.gemini-mustard-momento {
color: #f9a34e;
}
.first-date {
color: #f7afa1;
}
.october-haze {
color: #f9ac90;
}
/* CSS Variables */
:root {
--goldfinch:#f9e25d;
--creamy-sweet-corn:#f9c54e;
--gemini-mustard-momento:#f9a34e;
--first-date:#f7afa1;
--october-haze:#f9ac90;
}