Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.mellow-drama {
color: #ffc65c;
}
.pina {
color: #ffd97a;
}
.transparent-yellow {
color: #fff1a8;
}
.bee-pollen {
color: #e8c86d;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--mellow-drama:#ffc65c;
--pina:#ffd97a;
--transparent-yellow:#fff1a8;
--bee-pollen:#e8c86d;
}