Color names in this palette
CSS code for this palette
/* CSS */
.light-blue-glint {
color: #a8d3e1;
}
.water-park {
color: #56b3a1;
}
.squash-blossom {
color: #f6b83c;
}
.coral-orange {
color: #e76946;
}
.blackberry-yogurt {
color: #e5b8e4;
}
/* CSS Variables */
:root {
--light-blue-glint:#a8d3e1;
--water-park:#56b3a1;
--squash-blossom:#f6b83c;
--coral-orange:#e76946;
--blackberry-yogurt:#e5b8e4;
}