Color names in this palette
CSS code for this palette
/* CSS */
.squash {
color: #f3ad16;
}
.creamy-sweet-corn {
color: #f6c54c;
}
.e-honda-beige {
color: #f9d580;
}
.lazy-daisy {
color: #f7e7a1;
}
.sugar-cookie {
color: #f0e2a3;
}
/* CSS Variables */
:root {
--squash:#f3ad16;
--creamy-sweet-corn:#f6c54c;
--e-honda-beige:#f9d580;
--lazy-daisy:#f7e7a1;
--sugar-cookie:#f0e2a3;
}