Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.chat-orange {
color: #f79c40;
}
.glorious-sunset {
color: #f88a1b;
}
.fresco-cream {
color: #f9c8a9;
}
.mette-penne {
color: #f8e2d3;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--chat-orange:#f79c40;
--glorious-sunset:#f88a1b;
--fresco-cream:#f9c8a9;
--mette-penne:#f8e2d3;
}