Color names in this palette
CSS code for this palette
/* CSS */
.squash-blossom {
color: #f6b83c;
}
.peach-damask {
color: #f7c5a6;
}
.hansa-yellow {
color: #e9d66d;
}
.favorite-lavender {
color: #d5aad5;
}
.think-pink {
color: #e6a3bf;
}
/* CSS Variables */
:root {
--squash-blossom:#f6b83c;
--peach-damask:#f7c5a6;
--hansa-yellow:#e9d66d;
--favorite-lavender:#d5aad5;
--think-pink:#e6a3bf;
}