Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.sandy-brown {
color: #f1a65b;
}
.solar-plexus-chakra {
color: #f1c84b;
}
.capital-yellow {
color: #eab843;
}
.coppersmith {
color: #d88f3b;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--sandy-brown:#f1a65b;
--solar-plexus-chakra:#f1c84b;
--capital-yellow:#eab843;
--coppersmith:#d88f3b;
}