Color names in this palette
CSS code for this palette
/* CSS */
.squash {
color: #f3ad16;
}
.eyelash-viper {
color: #f4c54e;
}
.jemima {
color: #f4d67b;
}
.sugar-cookie {
color: #f2e2a6;
}
.cream-clear {
color: #f1f3d8;
}
/* CSS Variables */
:root {
--squash:#f3ad16;
--eyelash-viper:#f4c54e;
--jemima:#f4d67b;
--sugar-cookie:#f2e2a6;
--cream-clear:#f1f3d8;
}