Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.jemima {
color: #f6d47e;
}
.gold-sand {
color: #f6e5a7;
}
.filtered-forest {
color: #b7e1d4;
}
.blue-click {
color: #a6d7e8;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--jemima:#f6d47e;
--gold-sand:#f6e5a7;
--filtered-forest:#b7e1d4;
--blue-click:#a6d7e8;
}