Color names in this palette
CSS code for this palette
/* CSS */
.marigold-yellow {
color: #f9e86c;
}
.salmon-eggs {
color: #f6d360;
}
.anna-banana {
color: #f4d548;
}
.softsun {
color: #f3c93f;
}
.xanthous {
color: #f2b32c;
}
/* CSS Variables */
:root {
--marigold-yellow:#f9e86c;
--salmon-eggs:#f6d360;
--anna-banana:#f4d548;
--softsun:#f3c93f;
--xanthous:#f2b32c;
}