Color names in this palette
CSS code for this palette
/* CSS */
.seastone {
color: #7b8e8c;
}
.grass-sands {
color: #a0b1a0;
}
.heart-of-palm {
color: #d3d2a6;
}
.honey-glow {
color: #e9b449;
}
.tiger-lily {
color: #e0593e;
}
/* CSS Variables */
:root {
--seastone:#7b8e8c;
--grass-sands:#a0b1a0;
--heart-of-palm:#d3d2a6;
--honey-glow:#e9b449;
--tiger-lily:#e0593e;
}