Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.peach-damask {
color: #f7c5a6;
}
.gentle-glow {
color: #f8e5b9;
}
.new-heights {
color: #d0e3f1;
}
.sky-fall {
color: #89c7e1;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--peach-damask:#f7c5a6;
--gentle-glow:#f8e5b9;
--new-heights:#d0e3f1;
--sky-fall:#89c7e1;
}