Color names in this palette
CSS code for this palette
/* CSS */
.mountain-mint {
color: #a9e0c2;
}
.tropical {
color: #a1e8c8;
}
.bay {
color: #b1e2d2;
}
.light-green-glint {
color: #e6f8d3;
}
.sandy-bay {
color: #f9d5b4;
}
/* CSS Variables */
:root {
--mountain-mint:#a9e0c2;
--tropical:#a1e8c8;
--bay:#b1e2d2;
--light-green-glint:#e6f8d3;
--sandy-bay:#f9d5b4;
}