Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.shrimp-toast {
color: #f7c5a1;
}
.haystack {
color: #f1e3c6;
}
.wood-nymph {
color: #e9a5a5;
}
.wet-coral {
color: #d2544b;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--shrimp-toast:#f7c5a1;
--haystack:#f1e3c6;
--wood-nymph:#e9a5a5;
--wet-coral:#d2544b;
}