Color names in this palette
CSS code for this palette
/* CSS */
.artesian-well {
color: #5fb4ad;
}
.gossamer {
color: #3c9f8b;
}
.green-belt {
color: #2c7d6f;
}
.antoinette-pink {
color: #e6c4b3;
}
.calabrese {
color: #f6a8a2;
}
/* CSS Variables */
:root {
--artesian-well:#5fb4ad;
--gossamer:#3c9f8b;
--green-belt:#2c7d6f;
--antoinette-pink:#e6c4b3;
--calabrese:#f6a8a2;
}