Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.shrimp-toast {
color: #f7c6a1;
}
.satin-latour {
color: #f9d9ae;
}
.prism-pink {
color: #f2a1c5;
}
.folksy-gold {
color: #d39969;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--shrimp-toast:#f7c6a1;
--satin-latour:#f9d9ae;
--prism-pink:#f2a1c5;
--folksy-gold:#d39969;
}