Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.glitter-yellow {
color: #f9d75d;
}
.terrace-pool {
color: #a3d6e0;
}
.sea-loch {
color: #6d9bd0;
}
.sweat-bee {
color: #1e4d94;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--glitter-yellow:#f9d75d;
--terrace-pool:#a3d6e0;
--sea-loch:#6d9bd0;
--sweat-bee:#1e4d94;
}