Color names in this palette
CSS code for this palette
/* CSS */
.flannel-pajamas {
color: #8a8b99;
}
.hyacinth-white-soft-blue {
color: #c3c7d5;
}
.wheat-seed {
color: #e2d2c5;
}
.squash-blossom {
color: #f6b83c;
}
.artful-pink {
color: #d06d80;
}
/* CSS Variables */
:root {
--flannel-pajamas:#8a8b99;
--hyacinth-white-soft-blue:#c3c7d5;
--wheat-seed:#e2d2c5;
--squash-blossom:#f6b83c;
--artful-pink:#d06d80;
}