Color names in this palette
CSS code for this palette
/* CSS */
.brown-rust {
color: #af5a3c;
}
.orange-gluttony {
color: #e77e23;
}
.lemon-dream {
color: #f0a000;
}
.forsythia-blossom {
color: #f4d46c;
}
.squash-blossom {
color: #f7b83b;
}
/* CSS Variables */
:root {
--brown-rust:#af5a3c;
--orange-gluttony:#e77e23;
--lemon-dream:#f0a000;
--forsythia-blossom:#f4d46c;
--squash-blossom:#f7b83b;
}