Color names in this palette
CSS code for this palette
/* CSS */
.breaker-bay {
color: #4f7a7d;
}
.dexter {
color: #6eb1b4;
}
.raindrop {
color: #9cc9c6;
}
.ethereal-white {
color: #e7f4f2;
}
.squash-blossom {
color: #f6b83c;
}
/* CSS Variables */
:root {
--breaker-bay:#4f7a7d;
--dexter:#6eb1b4;
--raindrop:#9cc9c6;
--ethereal-white:#e7f4f2;
--squash-blossom:#f6b83c;
}