Color names in this palette
CSS code for this palette
/* CSS */
.artesian-pool {
color: #a3c2e0;
}
.high-blue {
color: #4dace0;
}
.mosaic-blue {
color: #007e94;
}
.squash-blossom {
color: #f6b83c;
}
.brink-pink {
color: #f45d7e;
}
/* CSS Variables */
:root {
--artesian-pool:#a3c2e0;
--high-blue:#4dace0;
--mosaic-blue:#007e94;
--squash-blossom:#f6b83c;
--brink-pink:#f45d7e;
}