Color names in this palette
CSS code for this palette
/* CSS */
.welcoming-wasp {
color: #f0a800;
}
.squash-blossom {
color: #f6b83c;
}
.butterfield {
color: #f9c05d;
}
.yellow-dragon {
color: #f9e47b;
}
.sugar-cookie {
color: #f4e4a4;
}
/* CSS Variables */
:root {
--welcoming-wasp:#f0a800;
--squash-blossom:#f6b83c;
--butterfield:#f9c05d;
--yellow-dragon:#f9e47b;
--sugar-cookie:#f4e4a4;
}