Color names in this palette
CSS code for this palette
/* CSS */
.squash {
color: #f3ad16;
}
.creamy-sweet-corn {
color: #f9c54e;
}
.royal-star {
color: #fce24f;
}
.eternal-summer {
color: #f5e900;
}
.capital-yellow {
color: #eab843;
}
/* CSS Variables */
:root {
--squash:#f3ad16;
--creamy-sweet-corn:#f9c54e;
--royal-star:#fce24f;
--eternal-summer:#f5e900;
--capital-yellow:#eab843;
}