Color names in this palette
CSS code for this palette
/* CSS */
.marigold-dust {
color: #f7d13b;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.gemini-mustard-momento {
color: #f9a94e;
}
.peach-butter {
color: #fbaf3c;
}
.carrot {
color: #f86a3a;
}
/* CSS Variables */
:root {
--marigold-dust:#f7d13b;
--creamy-sweet-corn:#f9c54e;
--gemini-mustard-momento:#f9a94e;
--peach-butter:#fbaf3c;
--carrot:#f86a3a;
}