Color names in this palette
CSS code for this palette
/* CSS */
.creamy-sweet-corn {
color: #f9c54e;
}
.butterscotch {
color: #f9b248;
}
.carrot {
color: #f86a3a;
}
.highlighter-red {
color: #f0515c;
}
.fandango-pink {
color: #d84f84;
}
/* CSS Variables */
:root {
--creamy-sweet-corn:#f9c54e;
--butterscotch:#f9b248;
--carrot:#f86a3a;
--highlighter-red:#f0515c;
--fandango-pink:#d84f84;
}