Color names in this palette
CSS code for this palette
/* CSS */
.belfast {
color: #5a894d;
}
.french-market {
color: #a5c8a2;
}
.fairest-jade {
color: #d0e2d0;
}
.laundry-white {
color: #f3f8f2;
}
.submerged {
color: #4d7b80;
}
/* CSS Variables */
:root {
--belfast:#5a894d;
--french-market:#a5c8a2;
--fairest-jade:#d0e2d0;
--laundry-white:#f3f8f2;
--submerged:#4d7b80;
}