Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.welcoming-wasp {
color: #f0a800;
}
.golden-thread {
color: #e9c67c;
}
.heart-to-heart {
color: #d1a8c8;
}
.purple-sapphire {
color: #7d4d93;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--welcoming-wasp:#f0a800;
--golden-thread:#e9c67c;
--heart-to-heart:#d1a8c8;
--purple-sapphire:#7d4d93;
}