Color names in this palette
CSS code for this palette
/* CSS */
.seastone {
color: #7c8d8b;
}
.bamboo-shoot {
color: #a4b7a4;
}
.fairest-jade {
color: #d0e2d0;
}
.heavy-sugar {
color: #f0f5f0;
}
.pale-blush {
color: #e3b0a1;
}
/* CSS Variables */
:root {
--seastone:#7c8d8b;
--bamboo-shoot:#a4b7a4;
--fairest-jade:#d0e2d0;
--heavy-sugar:#f0f5f0;
--pale-blush:#e3b0a1;
}