Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.summerset {
color: #c77d3d;
}
.gladiator-leather {
color: #a95d3d;
}
.marron {
color: #6a4e4d;
}
.operetta-mauve {
color: #3c2a4c;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--summerset:#c77d3d;
--gladiator-leather:#a95d3d;
--marron:#6a4e4d;
--operetta-mauve:#3c2a4c;
}