Color names in this palette
CSS code for this palette
/* CSS */
.just-peachy {
color: #f8c572;
}
.squash-blossom {
color: #f6b83c;
}
.welcoming-wasp {
color: #f0a800;
}
.golden-hamster {
color: #d89c3b;
}
.medium-vermilion {
color: #d85d3b;
}
/* CSS Variables */
:root {
--just-peachy:#f8c572;
--squash-blossom:#f6b83c;
--welcoming-wasp:#f0a800;
--golden-hamster:#d89c3b;
--medium-vermilion:#d85d3b;
}