Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.shrimp-toast {
color: #f7c6a1;
}
.straw-hat {
color: #f1d3a7;
}
.pastel-lavender {
color: #d5a4c7;
}
.lolly-ice {
color: #a6d8d2;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--shrimp-toast:#f7c6a1;
--straw-hat:#f1d3a7;
--pastel-lavender:#d5a4c7;
--lolly-ice:#a6d8d2;
}