Color names in this palette
CSS code for this palette
/* CSS */
.squash {
color: #f3ad16;
}
.syndicalist {
color: #f5c400;
}
.dilly-dally {
color: #f5d95c;
}
.lemon-verbena {
color: #f2e96e;
}
.golden-hamster {
color: #d99f3a;
}
/* CSS Variables */
:root {
--squash:#f3ad16;
--syndicalist:#f5c400;
--dilly-dally:#f5d95c;
--lemon-verbena:#f2e96e;
--golden-hamster:#d99f3a;
}