Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.y-ng-ch-ng-orange {
color: #f49f3e;
}
.chat-orange {
color: #f49c3e;
}
.spicy-paella {
color: #f18d3b;
}
.orange-zest {
color: #f06e2d;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--y-ng-ch-ng-orange:#f49f3e;
--chat-orange:#f49c3e;
--spicy-paella:#f18d3b;
--orange-zest:#f06e2d;
}