Color names in this palette
CSS code for this palette
/* CSS */
.marigold-dust {
color: #f7ce3b;
}
.squash-blossom {
color: #f6b83c;
}
.yellow-sea {
color: #f5a038;
}
.highlighter-orange {
color: #f39339;
}
.firecracker {
color: #f56b38;
}
/* CSS Variables */
:root {
--marigold-dust:#f7ce3b;
--squash-blossom:#f6b83c;
--yellow-sea:#f5a038;
--highlighter-orange:#f39339;
--firecracker:#f56b38;
}