CSS code for this palette
/* CSS */
.dusty-teal {
color: #4b8b8a;
}
.pale-jade {
color: #79c3b5;
}
.bay {
color: #b5e3d3;
}
.vanilla {
color: #f3e4aa;
}
.squash-blossom {
color: #f6b83c;
}
/* CSS Variables */
:root {
--dusty-teal:#4b8b8a;
--pale-jade:#79c3b5;
--bay:#b5e3d3;
--vanilla:#f3e4aa;
--squash-blossom:#f6b83c;
}