Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.butterfield {
color: #f5bf5c;
}
.lighthouse-glow {
color: #f8d468;
}
.brass-mesh {
color: #e0a84d;
}
.mineral-yellow {
color: #d19d3d;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--butterfield:#f5bf5c;
--lighthouse-glow:#f8d468;
--brass-mesh:#e0a84d;
--mineral-yellow:#d19d3d;
}