Color names in this palette
CSS code for this palette
/* CSS */
.artesian-well {
color: #5fb4ad;
}
.pool-side {
color: #a9d5d6;
}
.gardenia {
color: #f1e7df;
}
.mystic-tulip {
color: #f8b5a0;
}
.heather-berry {
color: #e9537b;
}
/* CSS Variables */
:root {
--artesian-well:#5fb4ad;
--pool-side:#a9d5d6;
--gardenia:#f1e7df;
--mystic-tulip:#f8b5a0;
--heather-berry:#e9537b;
}