Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.solar-plexus-chakra {
color: #f1cb4b;
}
.golden-blonde {
color: #eae17b;
}
.ocean-cruise {
color: #9ed4e0;
}
.peaceful-river {
color: #4a9cd3;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--solar-plexus-chakra:#f1cb4b;
--golden-blonde:#eae17b;
--ocean-cruise:#9ed4e0;
--peaceful-river:#4a9cd3;
}