Color names in this palette
CSS code for this palette
/* CSS */
.artesian-well {
color: #5fb4ad;
}
.sea {
color: #3c9a8b;
}
.zirconia-teal {
color: #2f7f74;
}
.eucalyptus-green {
color: #1f6b5d;
}
.ronchi {
color: #e9b84e;
}
/* CSS Variables */
:root {
--artesian-well:#5fb4ad;
--sea:#3c9a8b;
--zirconia-teal:#2f7f74;
--eucalyptus-green:#1f6b5d;
--ronchi:#e9b84e;
}