Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.sunny-mood {
color: #f7c94b;
}
.hu-ng-j-n-zh-u-gold {
color: #f9da6c;
}
.venetian-yellow {
color: #f8e3a0;
}
.angel-s-feather {
color: #f4f1e6;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--sunny-mood:#f7c94b;
--hu-ng-j-n-zh-u-gold:#f9da6c;
--venetian-yellow:#f8e3a0;
--angel-s-feather:#f4f1e6;
}