Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.lemon-dream {
color: #f0a000;
}
.gold-foil {
color: #d9a44a;
}
.tasman-honey-yellow {
color: #e5c75d;
}
.star-fruit-yellow-green {
color: #bdae4c;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--lemon-dream:#f0a000;
--gold-foil:#d9a44a;
--tasman-honey-yellow:#e5c75d;
--star-fruit-yellow-green:#bdae4c;
}