Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b53c;
}
.solar-plexus-chakra {
color: #f0c74c;
}
.at-the-beach {
color: #e9dab9;
}
.tropical-violet {
color: #c6a7e2;
}
.soft-purple {
color: #a56fbe;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b53c;
--solar-plexus-chakra:#f0c74c;
--at-the-beach:#e9dab9;
--tropical-violet:#c6a7e2;
--soft-purple:#a56fbe;
}