Color names in this palette
CSS code for this palette
/* CSS */
.bright-khaki {
color: #f0e78e;
}
.golden-snitch {
color: #f0e04c;
}
.marigold-dust {
color: #f5d33d;
}
.squash-blossom {
color: #f6b637;
}
.texas-sunset {
color: #f79926;
}
/* CSS Variables */
:root {
--bright-khaki:#f0e78e;
--golden-snitch:#f0e04c;
--marigold-dust:#f5d33d;
--squash-blossom:#f6b637;
--texas-sunset:#f79926;
}