Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.shrimp-toast {
color: #f7c6a1;
}
.milky-maize {
color: #f8d8a0;
}
.dwindling-dandelion {
color: #f9e9d7;
}
.purple-thorn {
color: #f0b7c2;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--shrimp-toast:#f7c6a1;
--milky-maize:#f8d8a0;
--dwindling-dandelion:#f9e9d7;
--purple-thorn:#f0b7c2;
}