Color names in this palette
CSS code for this palette
/* CSS */
.goldfinch {
color: #f9e25d;
}
.cakepop-sorbet {
color: #f8c749;
}
.yellow-sea {
color: #f59a32;
}
.creole-sauce {
color: #f48b2f;
}
.miami-marmalade {
color: #f28e1c;
}
/* CSS Variables */
:root {
--goldfinch:#f9e25d;
--cakepop-sorbet:#f8c749;
--yellow-sea:#f59a32;
--creole-sauce:#f48b2f;
--miami-marmalade:#f28e1c;
}